Home
last modified time | relevance | path

Searched refs:bpf_module_create_b (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/
Dbpf_common.h27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
Dbpf_common.cc20 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/
Dbpf_common.h27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
/external/bcc/src/python/bcc/
Dlibbcc.py20 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__.py323 self.module = lib.bpf_module_create_b(src_file, hdr_file,
/external/bcc/src/lua/bcc/
Dbpf.lua130 self.module = libbcc.bpf_module_create_b(src, hdr, llvm_debug)