Home
last modified time | relevance | path

Searched refs:BPFModule (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/
Dbpf_common.cc21 auto mod = new ebpf::BPFModule(flags); in bpf_module_create_b()
30 auto mod = new ebpf::BPFModule(flags); in bpf_module_create_c()
39 auto mod = new ebpf::BPFModule(flags); in bpf_module_create_c_from_string()
48 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_module_destroy()
54 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_num_functions()
60 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_name()
66 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start()
72 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_start_id()
78 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size()
84 auto mod = static_cast<ebpf::BPFModule *>(program); in bpf_function_size_id()
[all …]
Dbpf_module.cc70 const string BPFModule::FN_PREFIX = BPF_FN_PREFIX;
102 BPFModule::BPFModule(unsigned flags, TableStorage *ts, bool rw_engine_enabled, in BPFModule() function in ebpf::BPFModule
137 BPFModule::~BPFModule() { in ~BPFModule()
326 string BPFModule::make_reader(Module *mod, Type *type) { in make_reader()
398 string BPFModule::make_writer(Module *mod, Type *type) { in make_writer()
459 unique_ptr<ExecutionEngine> BPFModule::finalize_rw(unique_ptr<Module> m) { in finalize_rw()
475 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile()
488 int BPFModule::load_includes(const string &text) { in load_includes()
496 void BPFModule::annotate_light() { in annotate_light()
510 int BPFModule::annotate() { in annotate()
[all …]
Dbpf_module.h57 class BPFModule {
79 BPFModule(unsigned flags, TableStorage *ts = nullptr, bool rw_engine_enabled = true,
81 ~BPFModule();
/external/bcc/src/cc/includes/
Dbpf_module.h57 class BPFModule {
79 BPFModule(unsigned flags, TableStorage *ts = nullptr, bool rw_engine_enabled = true,
81 ~BPFModule();
/external/bcc/src/cc/api/
DBPF.h52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {} in flag_()
228 std::unique_ptr<BPFModule> bpf_module_;