Searched refs:table_storage (Results 1 – 7 of 7) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPF.h | 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()
|
D | BPF.cc | 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() 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() 648 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_stack_table()
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.cc | 763 if (!fe_.table_storage().Find(local_path, desc)) { in VisitCallExpr() 764 if (!fe_.table_storage().Find(global_path, desc)) { in VisitCallExpr() 1194 if (!fe_.table_storage().Find(maps_ns_path, table_it)) { in VisitVarDecl() 1195 if (!fe_.table_storage().Find(global_path, table_it)) { in VisitVarDecl() 1207 if (!fe_.table_storage().Find(local_path, table_it)) { in VisitVarDecl() 1211 fe_.table_storage().Insert(global_path, table_it->second.dup()); in VisitVarDecl() 1218 if (!fe_.table_storage().Find(local_path, table_it)) { in VisitVarDecl() 1222 fe_.table_storage().Insert(maps_ns_path, table_it->second.dup()); in VisitVarDecl() 1244 fe_.table_storage().VisitMapType(table, C, key_type, leaf_type); in VisitVarDecl() 1245 fe_.table_storage().Insert(local_path, move(table)); in VisitVarDecl()
|
D | b_frontend_action.h | 168 TableStorage &table_storage() const { return ts_; } in table_storage() function
|
/external/bcc/src/cc/ |
D | CMakeLists.txt | 43 set(bcc_table_sources table_storage.cc shared_table.cc bpffs_table.cc json_map_decl_visitor.cc) 47 set(bcc_table_headers file_desc.h table_desc.h table_storage.h)
|
D | bpf_module.h | 126 TableStorage &table_storage() { return *ts_; } in table_storage() function
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 126 TableStorage &table_storage() { return *ts_; } in table_storage() function
|