HomeSort by relevance Sort by last modified time
    Searched refs:bpf_module_create_c_from_string (Results 1 - 7 of 7) sorted by null

  /external/bcc/tests/cc/
test_static.c 4 void *mod = bpf_module_create_c_from_string("BPF_TABLE(\"array\", int, int, stats, 10);\n", 4, NULL, 0);
  /external/bcc/src/cc/
bpf_common.h 29 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int ncflags);
bpf_common.cc 38 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int ncflags) { function
  /external/bcc/src/python/bcc/
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,
__init__.py 315 self.module = lib.bpf_module_create_c_from_string(text,
    [all...]
  /external/bcc/src/lua/bcc/
bpf.lua 124 self.module = libbcc.bpf_module_create_c_from_string(args.text, llvm_debug, cflags_ary, #cflags)
libbcc.lua 63 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int ncflags);

Completed in 408 milliseconds