Searched refs:bpf_module_create_c (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_common.h | 28 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], int ncflags,
|
H A D | bcc_common.cc | 20 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], in bpf_module_create_c() function
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 23 lib.bpf_module_create_c.restype = ct.c_void_p 24 lib.bpf_module_create_c.argtypes = [ct.c_char_p, ct.c_uint,
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | bpf.lua | 128 self.module = libbcc.bpf_module_create_c(src, llvm_debug, cflags_ary, #cflags, true)
|