Home
last modified time | relevance | path

Searched refs:bpf_module_create_c_from_string (Results 1 – 7 of 7) 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/
Dbpf_common.h29 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int …
Dbpf_common.cc38 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/
Dbpf_common.h29 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int …
/external/bcc/src/python/bcc/
Dlibbcc.py25 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__.py315 self.module = lib.bpf_module_create_c_from_string(text,
/external/bcc/src/lua/bcc/
Dbpf.lua124 self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags)