Searched refs:rw_engine_enabled (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPF.h | 50 bool rw_engine_enabled = true, const std::string &maps_ns = "") 52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {} in flag_()
|
/external/bcc/src/cc/ |
D | bpf_module.h | 79 BPFModule(unsigned flags, TableStorage *ts = nullptr, bool rw_engine_enabled = true,
|
D | bpf_module.cc | 102 BPFModule::BPFModule(unsigned flags, TableStorage *ts, bool rw_engine_enabled, in BPFModule() argument 105 rw_engine_enabled_(rw_engine_enabled), in BPFModule()
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 79 BPFModule(unsigned flags, TableStorage *ts = nullptr, bool rw_engine_enabled = true,
|