Searched refs:bpf_module_create_c_from_string (Results 1 – 7 of 7) sorted by relevance
/external/bcc/tests/cc/ |
D | test_static.c | 4 …void *mod = bpf_module_create_c_from_string("BPF_TABLE(\"array\", int, int, stats, 10);\n", 4, NUL… in main()
|
/external/bcc/src/cc/ |
D | bpf_common.h | 29 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int …
|
D | bpf_common.cc | 38 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int … in bpf_module_create_c_from_string() function
|
/external/bcc/src/cc/includes/ |
D | bpf_common.h | 29 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int …
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 25 lib.bpf_module_create_c_from_string.restype = ct.c_void_p 26 lib.bpf_module_create_c_from_string.argtypes = [ct.c_char_p, ct.c_uint,
|
D | __init__.py | 317 self.module = lib.bpf_module_create_c_from_string(text,
|
/external/bcc/src/lua/bcc/ |
D | bpf.lua | 124 self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags)
|