Home
last modified time | relevance | path

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 Dtest_static.c4 …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 Dbcc_common.h30 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[],
H A Dbcc_common.cc30 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 Dlibbcc.py26 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__.py474 self.module = lib.bpf_module_create_c_from_string(text,
/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dbpf.lua124 …self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags, t…