Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/kernel/
Dperf_event.c42 unsigned long evtype[MAX_HWEVENTS]; member
152 unsigned long *evtype, int n_ev) in ev67_check_constraints() argument
157 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
158 config = ev67_mapping[evtype[0]-1].config; in ev67_check_constraints()
164 if (evtype[0] == EV67_MBOXREPLAY || evtype[1] == EV67_MBOXREPLAY) { in ev67_check_constraints()
166 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
168 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
174 if (evtype[0] == EV67_BCACHEMISS || evtype[1] == EV67_BCACHEMISS) { in ev67_check_constraints()
176 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
178 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
[all …]
/linux-4.4.14/sound/core/seq/
Dseq_clientmgr.h99 struct snd_seq_port_subscribe *info, int evtype);
Dseq_clientmgr.c1426 int evtype) in snd_seq_client_notify_subscription() argument
1431 event.type = evtype; in snd_seq_client_notify_subscription()
/linux-4.4.14/arch/arm64/kernel/
Dperf_event.c515 unsigned long evtype = hwc->config_base & ARMV8_EVTYPE_EVENT; in armv8pmu_get_event_idx() local
518 if (evtype == ARMV8_PMUV3_PERFCTR_CLOCK_CYCLES) { in armv8pmu_get_event_idx()
/linux-4.4.14/arch/arm/kernel/
Dperf_event_v7.c933 unsigned long evtype = hwc->config_base & ARMV7_EVTYPE_EVENT; in armv7pmu_get_event_idx() local
936 if (evtype == ARMV7_PERFCTR_CPU_CYCLES) { in armv7pmu_get_event_idx()
/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c1568 enum qeth_an_event_type evtype, in qeth_bridge_emit_host_event() argument
1575 switch (evtype) { in qeth_bridge_emit_host_event()