Home
last modified time | relevance | path

Searched refs:bpf_module_create_c_from_string (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tests/cc/
Dtest_static.c4 …void *mod = bpf_module_create_c_from_string("BPF_TABLE(\"array\", int, int, stats, 10);\n", 4, NUL… in main()
/external/bcc/src/cc/
Dbcc_common.h30 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[],
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
/external/bcc/src/lua/bcc/
Dbpf.lua124 …self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags, t…
/external/bcc/src/python/bcc/
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,
D__init__.py474 self.module = lib.bpf_module_create_c_from_string(text,