Module ebpf

Module ebpf 

Source
Expand description

eBPF code generation module

This module handles LLVM IR generation and eBPF bytecode compilation for GhostScope tracing programs.

Re-exports§

pub use context::*;

Modules§

codegen
Code generation for instructions
context
eBPF LLVM context and core infrastructure
dwarf_bridge
DWARF debugging information bridge
expression
Expression compilation for eBPF code generation
helper_functions
eBPF helper function management
instruction
Instruction transmission and ringbuf messaging
maps
variables
Variable management for eBPF code generation