Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
Dperf_event.c83 long pmc_left[3]; member
221 .pmc_left = {16, 4, 0},
276 if (unlikely(left < alpha_pmu->pmc_left[idx])) in alpha_perf_event_set_period()
277 left = alpha_pmu->pmc_left[idx]; in alpha_perf_event_set_period()