OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_module_create_c
(Results
1 - 6
of
6
) sorted by null
/external/bcc/src/cc/
bpf_common.h
28
void *
bpf_module_create_c
(const char *filename, unsigned flags, const char *cflags[], int ncflags);
bpf_common.cc
29
void *
bpf_module_create_c
(const char *filename, unsigned flags, const char *cflags[], int ncflags) {
function
/external/bcc/src/python/bcc/
libbcc.py
22
lib.
bpf_module_create_c
.restype = ct.c_void_p
23
lib.
bpf_module_create_c
.argtypes = [ct.c_char_p, ct.c_uint,
__init__.py
326
self.module = lib.
bpf_module_create_c
(src_file, self.debug,
[
all
...]
/external/bcc/src/lua/bcc/
bpf.lua
132
self.module = libbcc.
bpf_module_create_c
(src, llvm_debug, cflags_ary, #cflags)
libbcc.lua
62
void *
bpf_module_create_c
(const char *filename, unsigned flags, const char *cflags[], int ncflags);
Completed in 59 milliseconds