Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-dfl_fme14 evtype = "config:12-15" - event type
19 fab_mmio_read = "event=0x06,evtype=0x02,portid=0xff"
43 Basic events (evtype=0x00)::
45 clock = "event=0x00,evtype=0x00,portid=0xff"
47 Cache events (evtype=0x01)::
49 cache_read_hit = "event=0x00,evtype=0x01,portid=0xff"
50 cache_read_miss = "event=0x01,evtype=0x01,portid=0xff"
51 cache_write_hit = "event=0x02,evtype=0x01,portid=0xff"
52 cache_write_miss = "event=0x03,evtype=0x01,portid=0xff"
53 cache_hold_request = "event=0x05,evtype=0x01,portid=0xff"
[all …]
/linux/arch/alpha/kernel/
H A Dperf_event.c43 unsigned long evtype[MAX_HWEVENTS]; member
153 unsigned long *evtype, int n_ev) in ev67_check_constraints() argument
158 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
159 config = ev67_mapping[evtype[0]-1].config; in ev67_check_constraints()
165 if (evtype[0] == EV67_MBOXREPLAY || evtype[1] == EV67_MBOXREPLAY) { in ev67_check_constraints()
167 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
169 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
175 if (evtype[0] == EV67_BCACHEMISS || evtype[1] == EV67_BCACHEMISS) { in ev67_check_constraints()
177 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
179 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
[all …]
/linux/Documentation/iio/
H A Dadxl313.rst238 … Event: time: 1748795762298351281, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
239 … Event: time: 1748795762302653704, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
240 … Event: time: 1748795762304340726, type: accel(x|y|z), channel: 0, evtype: mag, direction: rising
261 … Event: time: 1748796324115962975, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
262 … Event: time: 1748796329329981772, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
263 … Event: time: 1748796334543399706, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
277 …Event: time: 1748796880354686777, type: accel(x|y|z), channel: 0, evtype: mag_adaptive, direction:…
279 … Event: time: 1748796885543252017, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
281 …Event: time: 1748796887756634678, type: accel(x|y|z), channel: 0, evtype: mag_adaptive, direction:…
283 … Event: time: 1748796892964368352, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
H A Dadxl345.rst356 Event: time: 1739063415957073383, type: accel(z), channel: 0, evtype: mag, direction: rising
357 Event: time: 1739063415963770218, type: accel(z), channel: 0, evtype: mag, direction: rising
358 …Event: time: 1739063416002563061, type: accel(z), channel: 0, evtype: gesture, direction: singletap
359 … Event: time: 1739063426271128739, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
360 … Event: time: 1739063436539080713, type: accel(x&y&z), channel: 0, evtype: mag, direction: falling
361 Event: time: 1739063438357970381, type: accel(z), channel: 0, evtype: mag, direction: rising
362 Event: time: 1739063446726161586, type: accel(z), channel: 0, evtype: mag, direction: rising
363 Event: time: 1739063446727892670, type: accel(z), channel: 0, evtype: mag, direction: rising
364 Event: time: 1739063446743019768, type: accel(z), channel: 0, evtype: mag, direction: rising
365 Event: time: 1739063446744650696, type: accel(z), channel: 0, evtype: mag, direction: rising
[all …]
/linux/tools/perf/util/
H A Devswitch.c35 static int evswitch__fprintf_enoent(FILE *fp, const char *evtype, const char *evname) in evswitch__fprintf_enoent() argument
37 int printed = fprintf(fp, "ERROR: switch-%s event not found (%s)\n", evtype, evname); in evswitch__fprintf_enoent()
/linux/drivers/fpga/
H A Ddfl-fme-perf.c218 PMU_FORMAT_ATTR(evtype, "config:12-15");
778 static struct fme_perf_event_ops *get_event_ops(u32 evtype) in get_event_ops() argument
780 if (evtype > FME_EVTYPE_MAX) in get_event_ops()
783 return &fme_perf_event_ops[evtype]; in get_event_ops()
800 u32 eventid, evtype, portid; in fme_perf_event_init() local
822 evtype = get_evtype(event->attr.config); in fme_perf_event_init()
823 if (evtype > FME_EVTYPE_MAX) in fme_perf_event_init()
826 hwc->event_base = evtype; in fme_perf_event_init()
833 __func__, eventid, evtype, portid); in fme_perf_event_init()
835 ops = get_event_ops(evtype); in fme_perf_event_init()
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c244 unsigned long evtype, evpol; in wpcm450_gpio_set_irq_type() local
256 evtype = ioread32(pctrl->gpio_base + WPCM450_GPEVTYPE); in wpcm450_gpio_set_irq_type()
261 __assign_bit(bit, &evtype, 1); in wpcm450_gpio_set_irq_type()
265 __assign_bit(bit, &evtype, 1); in wpcm450_gpio_set_irq_type()
269 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
273 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
277 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
283 iowrite32(evtype, pctrl->gpio_base + WPCM450_GPEVTYPE); in wpcm450_gpio_set_irq_type()
/linux/sound/core/seq/
H A Dseq_clientmgr.h101 struct snd_seq_port_subscribe *info, int evtype);
H A Dseq_clientmgr.c1429 int evtype) in snd_seq_client_notify_subscription()
1434 event.type = evtype; in snd_seq_client_notify_subscription()
1427 snd_seq_client_notify_subscription(int client,int port,struct snd_seq_port_subscribe * info,int evtype) snd_seq_client_notify_subscription() argument
/linux/drivers/perf/
H A Dapple_m1_cpu_pmu.c499 unsigned long evtype = event->hw.config_base & M1_PMU_CFG_EVENT; in m1_pmu_get_event_idx() local
500 unsigned long affinity = m1_pmu_event_affinity[evtype]; in m1_pmu_get_event_idx()
H A Darm_pmuv3.c986 unsigned long evtype = hwc->config_base & ARMV8_PMU_EVTYPE_EVENT; in armv8pmu_can_use_pmccntr() local
988 if (evtype != ARMV8_PMUV3_PERFCTR_CPU_CYCLES) in armv8pmu_can_use_pmccntr()
1022 unsigned long evtype = hwc->config_base & ARMV8_PMU_EVTYPE_EVENT; in armv8pmu_get_event_idx() local
1039 if ((evtype == ARMV8_PMUV3_PERFCTR_INST_RETIRED) && in armv8pmu_get_event_idx()
H A Darm_dsu_pmu.c282 unsigned long evtype = event->attr.config; in dsu_pmu_get_event_idx() local
286 if (evtype == DSU_PMU_EVT_CYCLES && dsu_pmu->has_pmccntr) { in dsu_pmu_get_event_idx()
H A Darm_v7_pmu.c966 unsigned long evtype = hwc->config_base & ARMV7_EVTYPE_EVENT; in armv7pmu_get_event_idx() local
969 if (evtype == ARMV7_PERFCTR_CPU_CYCLES) { in armv7pmu_get_event_idx()
/linux/Documentation/fpga/
H A Ddfl.rst531 perf_event_attr. There are 3 bitfields for config: "evtype" defines which type
538 has the configuration "event=0x06,evtype=0x02,portid=0xff", which shows this
553 $# perf stat -a -e dfl_fme0/event=0x06,evtype=0x02,portid=0xff/ <command>
558 its configuration template is "event=0x06,evtype=0x01,portid=?". The portid
565 $# perf stat -a -e dfl_fme0/event=0x06,evtype=0x02,portid=0x0/ <command>
/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c1976 int evtype, pipe, pipeid, queue, qid, r; in imgu_css_buf_dequeue() local
1986 evtype = (event & IMGU_ABI_EVTTYPE_EVENT_MASK) >> in imgu_css_buf_dequeue()
1989 switch (evtype) { in imgu_css_buf_dequeue()
1998 queue = evtype_to_queue[evtype]; in imgu_css_buf_dequeue()
/linux/drivers/s390/net/
H A Dqeth_l2_main.c1248 enum qeth_an_event_type evtype, in qeth_bridge_emit_host_event() argument
1257 switch (evtype) { in qeth_bridge_emit_host_event()