Searched refs:bpf_module_create_c_from_string (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/bcc/tests/cc/ |
H A 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()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_common.h | 30 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[],
|
H A D | bcc_common.cc | 30 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], in bpf_module_create_c_from_string() function
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 26 lib.bpf_module_create_c_from_string.restype = ct.c_void_p 27 lib.bpf_module_create_c_from_string.argtypes = [ct.c_char_p, ct.c_uint,
|
H A D | __init__.py | 474 self.module = lib.bpf_module_create_c_from_string(text,
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | bpf.lua | 124 …self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags, t…
|