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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dperf_event.c77 unsigned long pmc_max_period[MAX_HWEVENTS]; member in struct:alpha_pmu_t
80 * hardware restrictions is pmc_max_period - pmc_left.
211 .pmc_max_period = {(1UL<<20) - 1, (1UL<<20) - 1, 0},
269 if (left > (long)alpha_pmu->pmc_max_period[idx])
270 left = alpha_pmu->pmc_max_period[idx];
316 delta += alpha_pmu->pmc_max_period[idx] + 1;
637 hwc->sample_period = alpha_pmu->pmc_max_period[0];
802 alpha_perf_event_update(event, hwc, idx, alpha_pmu->pmc_max_period[idx]+1);

Completed in 35 milliseconds