Searched refs:uncore_pmc_freerunning (Results 1 – 2 of 2) sorted by relevance
221 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_perf_event_update()468 if (uncore_pmc_freerunning(event->hw.idx)) { in uncore_pmu_event_start()500 if (uncore_pmc_freerunning(hwc->idx)) { in uncore_pmu_event_stop()546 if (uncore_pmc_freerunning(hwc->idx)) { in uncore_pmu_event_add()615 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_pmu_event_del()652 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_validate_group()
181 static inline bool uncore_pmc_freerunning(int idx) in uncore_pmc_freerunning() function