Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Drecord_lib_test.cpp50 std::vector<Counter> counters; in TEST() local
75 std::vector<Counter> counters; in TEST() local
107 std::vector<Counter> counters; in TEST() local
133 std::vector<Counter> counters; in TEST() local
Drecord_lib_interface.cpp170 bool PerfEventSetForCounting::ReadRawCounters(std::vector<Counter>* counters) { in ReadRawCounters()
242 bool PerfEventSetForCounting::ReadCounters(std::vector<Counter>* counters) { in ReadCounters()
Devent_selection_set.h55 std::vector<CounterInfo> counters; member
Dcmd_stat.cpp468 std::vector<CountersInfo> counters; in Run() local
672 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, in ShowCounters()
Devent_selection_set.cpp590 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters()
/system/extras/tests/icachetest/
DProfiler.h90 } counters[Profiler::EVENT_COUNT]; variable
186 Counters counters; in readCounters() local
206 void readCounters(Counters* counters) noexcept { } in readCounters()
Dicache_main.cpp102 Profiler::Counters counters; in main() local
/system/extras/perfprofd/
Dperfprofd_config.proto9 repeated string counters = 1; field
/system/netd/server/
DTetherControllerTest.cpp411 std::string counters = Join(counterLines, "\n") + "\n"; in TEST_F() local
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1284 const std::unordered_set<std::string>& counters = android::perfprofd::GetSupportedPerfCounters(); in TEST_F() local