Eunomia
0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
|
Public Attributes | |
char * | name |
struct load_range * | ranges |
int | range_sz |
uint64_t | sh_addr |
uint64_t | sh_offset |
enum elf_type | type |
struct sym * | syms |
int | syms_sz |
int | syms_cap |
struct btf * | btf |
struct btf* dso::btf |
char* dso::name |
int dso::range_sz |
struct load_range* dso::ranges |
uint64_t dso::sh_addr |
uint64_t dso::sh_offset |
struct sym* dso::syms |
int dso::syms_cap |
int dso::syms_sz |
enum elf_type dso::type |