Searched refs:bpf_module_create_b (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_common.h | 27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
|
D | bpf_common.cc | 20 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags) { in bpf_module_create_b() function
|
/external/bcc/src/cc/includes/ |
D | bpf_common.h | 27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 20 lib.bpf_module_create_b.restype = ct.c_void_p 21 lib.bpf_module_create_b.argtypes = [ct.c_char_p, ct.c_char_p, ct.c_uint]
|
D | __init__.py | 323 self.module = lib.bpf_module_create_b(src_file, hdr_file,
|
/external/bcc/src/lua/bcc/ |
D | bpf.lua | 130 self.module = libbcc.bpf_module_create_b(src, hdr, llvm_debug)
|