Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dperf_event.c79 unsigned long pmc_max_period[MAX_HWEVENTS]; member
221 .pmc_max_period = {(1UL<<20) - 1, (1UL<<20) - 1, 0},
280 if (left > (long)alpha_pmu->pmc_max_period[idx]) in alpha_perf_event_set_period()
281 left = alpha_pmu->pmc_max_period[idx]; in alpha_perf_event_set_period()
327 delta += alpha_pmu->pmc_max_period[idx] + 1; in alpha_perf_event_update()
679 hwc->sample_period = alpha_pmu->pmc_max_period[0]; in __hw_perf_event_init()
852 alpha_perf_event_update(event, hwc, idx, alpha_pmu->pmc_max_period[idx]+1); in alpha_perf_event_irq_handler()