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

  /external/bcc/src/cc/
bpf_common.h 36 void * bpf_function_start(void *program, const char *name);
bpf_common.cc 65 void * bpf_function_start(void *program, const char *name) { function
  /external/bcc/src/lua/bcc/
bpf.lua 162 assert(libbcc.bpf_function_start(self.module, fn_name) ~= nil,
167 libbcc.bpf_function_start(self.module, fn_name),
182 local start = libbcc.bpf_function_start(self.module, fn_name)
libbcc.lua 70 void * bpf_function_start(void *program, const char *name);
  /external/bcc/src/python/bcc/
libbcc.py 38 lib.bpf_function_start.restype = ct.c_void_p
39 lib.bpf_function_start.argtypes = [ct.c_void_p, ct.c_char_p]
__init__.py 356 if not lib.bpf_function_start(self.module, func_name):
364 lib.bpf_function_start(self.module, func_name),
389 if not lib.bpf_function_start(self.module, func_name):
392 start, = lib.bpf_function_start(self.module, func_name),
    [all...]

Completed in 49 milliseconds