Home
last modified time | relevance | path

Searched refs:bpf_module_ (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPF.h52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {} in flag_()
101 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_table()
109 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_array_table()
118 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_percpu_array_table()
126 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_hash_table()
135 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_percpu_hash_table()
230 std::unique_ptr<BPFModule> bpf_module_; variable
DBPF.cc78 if (bpf_module_->load_string(all_bpf_program, flags, flags_len) != 0) in init()
475 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_event()
499 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_buffer()
539 uint8_t* func_start = bpf_module_->function_start(func_name); in load_func()
543 size_t func_size = bpf_module_->function_size(func_name); in load_func()
553 bpf_module_->license(), bpf_module_->kern_version(), in load_func()
559 bpf_module_->annotate_prog_tag( in load_func()
626 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_prog_table()
633 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_cgroup_array()
640 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_devmap_table()
[all …]