Searched refs:has_pmu_counter (Results 1 – 1 of 1) sorted by relevance
337 static int has_pmu_counter = -1; in HasPmuCounter() local338 if (has_pmu_counter == -1) { in HasPmuCounter()339 has_pmu_counter = 0; in HasPmuCounter()342 has_pmu_counter = 1; in HasPmuCounter()347 return has_pmu_counter == 1; in HasPmuCounter()