Home
last modified time | relevance | path

Searched refs:table_storage (Results 1 – 7 of 7) sorted by relevance

/external/bcc/src/cc/api/
DBPF.h101 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()
DBPF.cc474 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_event()
498 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_buffer()
625 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_prog_table()
632 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_cgroup_array()
639 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_devmap_table()
647 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_stack_table()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc763 if (!fe_.table_storage().Find(local_path, desc)) { in VisitCallExpr()
764 if (!fe_.table_storage().Find(global_path, desc)) { in VisitCallExpr()
1186 if (!fe_.table_storage().Find(maps_ns_path, table_it)) { in VisitVarDecl()
1187 if (!fe_.table_storage().Find(global_path, table_it)) { in VisitVarDecl()
1199 if (!fe_.table_storage().Find(local_path, table_it)) { in VisitVarDecl()
1203 fe_.table_storage().Insert(global_path, table_it->second.dup()); in VisitVarDecl()
1210 if (!fe_.table_storage().Find(local_path, table_it)) { in VisitVarDecl()
1214 fe_.table_storage().Insert(maps_ns_path, table_it->second.dup()); in VisitVarDecl()
1236 fe_.table_storage().VisitMapType(table, C, key_type, leaf_type); in VisitVarDecl()
1237 fe_.table_storage().Insert(local_path, move(table)); in VisitVarDecl()
Db_frontend_action.h166 TableStorage &table_storage() const { return ts_; } in table_storage() function
/external/bcc/src/cc/
DCMakeLists.txt36 set(bcc_table_sources table_storage.cc shared_table.cc bpffs_table.cc json_map_decl_visitor.cc)
40 set(bcc_table_headers file_desc.h table_desc.h table_storage.h)
Dbpf_module.h122 TableStorage &table_storage() { return *ts_; } in table_storage() function
/external/bcc/src/cc/includes/
Dbpf_module.h122 TableStorage &table_storage() { return *ts_; } in table_storage() function