Searched refs:load_cfile (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_module.h | 71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);
|
D | bpf_module.cc | 475 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile() function in ebpf::BPFModule 1008 if (int rc = load_cfile(filename, false, cflags, ncflags)) in load_c() 1027 if (int rc = load_cfile(text, true, cflags, ncflags)) in load_string()
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);
|