Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A 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()