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