Home
last modified time | relevance | path

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

/Linux-v6.6/arch/alpha/kernel/
Dperf_event.c84 long pmc_left[3]; member
222 .pmc_left = {16, 4, 0},
277 if (unlikely(left < alpha_pmu->pmc_left[idx])) in alpha_perf_event_set_period()
278 left = alpha_pmu->pmc_left[idx]; in alpha_perf_event_set_period()