Home
last modified time | relevance | path

Searched refs:evtype (Results 1 – 10 of 10) 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/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.c243 unsigned long evtype, evpol; in wpcm450_gpio_set_irq_type() local
255 evtype = ioread32(pctrl->gpio_base + WPCM450_GPEVTYPE); in wpcm450_gpio_set_irq_type()
260 __assign_bit(bit, &evtype, 1); in wpcm450_gpio_set_irq_type()
264 __assign_bit(bit, &evtype, 1); in wpcm450_gpio_set_irq_type()
268 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
272 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
276 __assign_bit(bit, &evtype, 0); in wpcm450_gpio_set_irq_type()
282 iowrite32(evtype, pctrl->gpio_base + WPCM450_GPEVTYPE); in wpcm450_gpio_set_irq_type()
/linux/sound/core/seq/
H A Dseq_clientmgr.h103 struct snd_seq_port_subscribe *info, int evtype);
H A Dseq_clientmgr.c1477 int evtype) in snd_seq_ioctl_subscribe_port()
1482 event.type = evtype;
1429 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 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()
/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()