Home
last modified time | relevance | path

Searched refs:load_cfile (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.h71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);
Dbpf_module.cc475 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/
Dbpf_module.h71 int load_cfile(const std::string &file, bool in_memory, const char *cflags[], int ncflags);