| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-dfl_fme | 14 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/Documentation/iio/ |
| H A D | adxl313.rst | 238 … 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 D | adxl345.rst | 356 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 D | evswitch.c | 35 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 D | dfl-fme-perf.c | 218 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/Documentation/fpga/ |
| H A D | dfl.rst | 531 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>
|