OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_num_functions
(Results
1 - 6
of
6
) sorted by null
/external/bcc/src/cc/
bpf_common.h
33
size_t
bpf_num_functions
(void *program);
bpf_common.cc
53
size_t
bpf_num_functions
(void *program) {
function
/external/bcc/src/python/bcc/
libbcc.py
34
lib.
bpf_num_functions
.restype = ct.c_ulonglong
35
lib.
bpf_num_functions
.argtypes = [ct.c_void_p]
__init__.py
346
for i in range(0, lib.
bpf_num_functions
(self.module)):
[
all
...]
/external/bcc/src/lua/bcc/
bpf.lua
147
local fn_count = tonumber(libbcc.
bpf_num_functions
(self.module))
libbcc.lua
67
size_t
bpf_num_functions
(void *program);
Completed in 487 milliseconds