Searched refs:bpf_module_create_c (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_common.h | 28 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], int ncflags);
|
D | bpf_common.cc | 29 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], int ncflags)… in bpf_module_create_c() function
|
/external/bcc/src/cc/includes/ |
D | bpf_common.h | 28 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], int ncflags);
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 22 lib.bpf_module_create_c.restype = ct.c_void_p 23 lib.bpf_module_create_c.argtypes = [ct.c_char_p, ct.c_uint,
|
D | __init__.py | 326 self.module = lib.bpf_module_create_c(src_file, self.debug,
|
/external/bcc/src/lua/bcc/ |
D | bpf.lua | 132 self.module = libbcc.bpf_module_create_c(src, llvm_debug, cflags_ary, #cflags)
|