Home
last modified time | relevance | path

Searched refs:table_leaf_size (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.h116 size_t table_leaf_size(size_t id) const;
117 size_t table_leaf_size(const std::string &name) const;
Dbpf_common.cc206 return mod->table_leaf_size(table_name); in bpf_table_leaf_size()
212 return mod->table_leaf_size(id); in bpf_table_leaf_size_id()
Dbpf_module.cc895 size_t BPFModule::table_leaf_size(size_t id) const { in table_leaf_size() function in ebpf::BPFModule
900 size_t BPFModule::table_leaf_size(const string &name) const { in table_leaf_size() function in ebpf::BPFModule
901 return table_leaf_size(table_id(name)); in table_leaf_size()
/external/bcc/src/cc/includes/
Dbpf_module.h116 size_t table_leaf_size(size_t id) const;
117 size_t table_leaf_size(const std::string &name) const;