Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/kernel/
Dperf_event.c42 unsigned long evtype[MAX_HWEVENTS]; member
150 unsigned long *evtype, int n_ev) in ev67_check_constraints() argument
155 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
156 config = ev67_mapping[evtype[0]-1].config; in ev67_check_constraints()
162 if (evtype[0] == EV67_MBOXREPLAY || evtype[1] == EV67_MBOXREPLAY) { in ev67_check_constraints()
164 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
166 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
172 if (evtype[0] == EV67_BCACHEMISS || evtype[1] == EV67_BCACHEMISS) { in ev67_check_constraints()
174 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
176 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
[all …]
/linux-3.4.99/sound/core/seq/
Dseq_clientmgr.h99 struct snd_seq_port_subscribe *info, int evtype);
Dseq_clientmgr.c1412 int evtype) in snd_seq_client_notify_subscription() argument
1417 event.type = evtype; in snd_seq_client_notify_subscription()
/linux-3.4.99/arch/arm/kernel/
Dperf_event_v7.c1146 unsigned long evtype = event->config_base & ARMV7_EVTYPE_EVENT; in armv7pmu_get_event_idx() local
1149 if (evtype == ARMV7_PERFCTR_CPU_CYCLES) { in armv7pmu_get_event_idx()