Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.cpp101 static int has_pmu_counter = -1; in HasPmuCounter() local
102 if (has_pmu_counter == -1) { in HasPmuCounter()
103 has_pmu_counter = 0; in HasPmuCounter()
106 has_pmu_counter = 1; in HasPmuCounter()
113 return has_pmu_counter == 1; in HasPmuCounter()