pmc_max_period     79 arch/alpha/kernel/perf_event.c 	unsigned long pmc_max_period[MAX_HWEVENTS];
pmc_max_period    221 arch/alpha/kernel/perf_event.c 	.pmc_max_period = {(1UL<<20) - 1, (1UL<<20) - 1, 0},
pmc_max_period    280 arch/alpha/kernel/perf_event.c 	if (left > (long)alpha_pmu->pmc_max_period[idx])
pmc_max_period    281 arch/alpha/kernel/perf_event.c 		left = alpha_pmu->pmc_max_period[idx];
pmc_max_period    327 arch/alpha/kernel/perf_event.c 		delta += alpha_pmu->pmc_max_period[idx] + 1;
pmc_max_period    679 arch/alpha/kernel/perf_event.c 		hwc->sample_period = alpha_pmu->pmc_max_period[0];
pmc_max_period    856 arch/alpha/kernel/perf_event.c 	alpha_perf_event_update(event, hwc, idx, alpha_pmu->pmc_max_period[idx]+1);