Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbpf_module.h114 const char * table_leaf_desc(size_t id) const;
115 const char * table_leaf_desc(const std::string &name) const;
Dbpf_common.cc182 return mod->table_leaf_desc(table_name); in bpf_table_leaf_desc()
188 return mod->table_leaf_desc(id); in bpf_table_leaf_desc_id()
Dbpf_module.cc876 const char * BPFModule::table_leaf_desc(size_t id) const { in table_leaf_desc() function in ebpf::BPFModule
883 const char * BPFModule::table_leaf_desc(const string &name) const { in table_leaf_desc() function in ebpf::BPFModule
884 return table_leaf_desc(table_id(name)); in table_leaf_desc()
/external/bcc/src/cc/includes/
Dbpf_module.h114 const char * table_leaf_desc(size_t id) const;
115 const char * table_leaf_desc(const std::string &name) const;