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

  /external/bcc/src/cc/api/
BPF.h 52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {}
101 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
109 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
118 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
126 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
135 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)
228 std::unique_ptr<BPFModule> bpf_module_; member in class:ebpf::BPF
    [all...]
BPF.cc 77 if (bpf_module_->load_string(all_bpf_program, flags, flags_len) != 0)
474 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
498 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it))
538 uint8_t* func_start = bpf_module_->function_start(func_name);
542 size_t func_size = bpf_module_->function_size(func_name);
552 bpf_module_->license(), bpf_module_->kern_version(),
558 bpf_module_->annotate_prog_tag
    [all...]

Completed in 145 milliseconds