Searched refs:evtypes (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.c361 unsigned long *evtypes, int n_ev)
371 return alpha_pmu->check_constraints(events, evtypes, n_ev);
561 unsigned long evtypes[MAX_HWEVENTS]; local
610 evts, evtypes, idx_rubbish_bin);
614 evtypes[n] = hwc->event_base;
617 if (alpha_check_constraints(evts, evtypes, n + 1))
360 alpha_check_constraints(struct perf_event **events, unsigned long *evtypes, int n_ev) argument

Completed in 112 milliseconds