Home
last modified time | relevance | path

Searched refs:GetSupportedPerfCounters (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/
Dperfprofd_perf.h52 const std::unordered_set<std::string>& GetSupportedPerfCounters();
Dperfprofd_perf.cc327 const std::unordered_set<std::string>& GetSupportedPerfCounters() { in GetSupportedPerfCounters() function
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1269 TEST_F(PerfProfdTest, GetSupportedPerfCounters) in TEST_F() argument
1284 const std::unordered_set<std::string>& counters = android::perfprofd::GetSupportedPerfCounters(); in TEST_F()