Searched refs:maps_ns (Results 1 – 12 of 12) sorted by relevance
/external/bcc/src/cc/frontends/b/ |
D | loader.cc | 36 TableStorage &ts, const string &id, const std::string &maps_ns) { in parse() argument 64 ret = codegen_->visit(parser_->root_node_, ts, id, maps_ns); in parse()
|
D | loader.h | 41 TableStorage &ts, const std::string &id, const std::string &maps_ns);
|
D | codegen_llvm.h | 69 const std::string &maps_ns);
|
D | codegen_llvm.cc | 1234 const string &maps_ns) { in visit() argument
|
/external/bcc/src/cc/frontends/clang/ |
D | loader.h | 57 std::string &mod_src, const std::string &maps_ns); 67 const std::string &maps_ns);
|
D | loader.cc | 111 const std::string &maps_ns) { in parse() argument 204 main_buf, id, func_src, mod_src, true, maps_ns)) { in parse() 215 main_buf, id, func_src, mod_src, false, maps_ns)) in parse() 262 const std::string &maps_ns) { in do_compile() argument 376 BFrontendAction bact(os1, flags_, ts, id, main_path, func_src, mod_src, maps_ns); in do_compile()
|
D | b_frontend_action.h | 158 const std::string &maps_ns); 170 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
|
D | b_frontend_action.cc | 1120 Path maps_ns_path({"ns", fe_.maps_ns(), table.name}); in VisitVarDecl() 1217 Path maps_ns_path({"ns", fe_.maps_ns(), table.name}); in VisitVarDecl() 1354 const std::string &maps_ns) in BFrontendAction() argument 1359 maps_ns_(maps_ns), in BFrontendAction()
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 84 const std::string &maps_ns = ""); 90 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
|
/external/bcc/src/cc/ |
D | bpf_module.h | 84 const std::string &maps_ns = ""); 90 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
|
D | bpf_module.cc | 90 const std::string &maps_ns) in BPFModule() argument 96 maps_ns_(maps_ns), in BPFModule()
|
/external/bcc/src/cc/api/ |
D | BPF.h | 50 … bool rw_engine_enabled = bpf_module_rw_engine_enabled(), const std::string &maps_ns = "") 52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {} in flag_()
|