HomeSort by relevance Sort by last modified time
    Searched refs:bpf_module_create_b (Results 1 - 6 of 6) sorted by null

  /external/bcc/src/cc/
bpf_common.h 27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
bpf_common.cc 20 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags) { function
  /external/bcc/src/python/bcc/
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]
__init__.py 323 self.module = lib.bpf_module_create_b(src_file, hdr_file,
    [all...]
  /external/bcc/src/lua/bcc/
bpf.lua 130 self.module = libbcc.bpf_module_create_b(src, hdr, llvm_debug)
libbcc.lua 61 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);

Completed in 48 milliseconds