Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Duncore.c279 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_perf_event_update()
524 if (uncore_pmc_freerunning(event->hw.idx)) { in uncore_pmu_event_start()
554 if (uncore_pmc_freerunning(hwc->idx)) { in uncore_pmu_event_stop()
598 if (uncore_pmc_freerunning(hwc->idx)) { in uncore_pmu_event_add()
667 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_pmu_event_del()
704 if (uncore_pmc_freerunning(event->hw.idx)) in uncore_validate_group()
H A Duncore.h255 static inline bool uncore_pmc_freerunning(int idx) in uncore_pmc_freerunning() function