Searched refs:bpf_function_start (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | bpf.lua | 157 assert(libbcc.bpf_function_start(self.module, fn_name) ~= nil, 162 libbcc.bpf_function_start(self.module, fn_name), 177 local start = libbcc.bpf_function_start(self.module, fn_name)
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_common.h | 40 void * bpf_function_start(void *program, const char *name);
|
H A D | bcc_common.cc | 62 void * bpf_function_start(void *program, const char *name) { in bpf_function_start() function
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | __init__.py | 506 if not lib.bpf_function_start(self.module, func_name): 514 lib.bpf_function_start(self.module, func_name), 539 if not lib.bpf_function_start(self.module, func_name): 542 start, = lib.bpf_function_start(self.module, func_name),
|
H A D | libbcc.py | 41 lib.bpf_function_start.restype = ct.c_void_p 42 lib.bpf_function_start.argtypes = [ct.c_void_p, ct.c_char_p]
|