| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | EventClass.py | 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 44 self.ev_type = ev_type 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 72 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type) 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument 95 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
|
| /linux/include/uapi/linux/ |
| H A D | cn_proc.h | 70 static inline enum proc_cn_event valid_event(enum proc_cn_event ev_type) in valid_event() argument 72 return (enum proc_cn_event)(ev_type & PROC_EVENT_ALL); in valid_event()
|
| /linux/drivers/usb/mon/ |
| H A D | mon_text.c | 132 struct urb *urb, char ev_type, struct mon_bus *mbus) in mon_text_get_setup() argument 135 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup() 146 int len, char ev_type, struct mon_bus *mbus) in mon_text_get_data() argument 156 if (ev_type != 'C') in mon_text_get_data() 159 if (ev_type != 'S') in mon_text_get_data() 194 char ev_type, int status) in mon_text_event() argument 210 ep->type = ev_type; in mon_text_event() 218 ep->length = (ev_type == 'S') ? in mon_text_event() 240 dp->length = (ev_type == 'S') ? in mon_text_event() 246 if (ev_type == 'C') in mon_text_event() [all …]
|
| /linux/drivers/connector/ |
| H A D | cn_proc.c | 400 enum proc_cn_event ev_type = 0; in cn_proc_mcast_ctl() local 416 ev_type = pinput->event_type; in cn_proc_mcast_ctl() 419 ev_type = PROC_EVENT_ALL; in cn_proc_mcast_ctl() 424 ev_type = valid_event((enum proc_cn_event)ev_type); in cn_proc_mcast_ctl() 426 if (ev_type == PROC_EVENT_NONE) in cn_proc_mcast_ctl() 427 ev_type = PROC_EVENT_ALL; in cn_proc_mcast_ctl() 444 ev_type; in cn_proc_mcast_ctl()
|
| /linux/net/llc/ |
| H A D | llc_conn.c | 33 static int llc_find_offset(int state, int ev_type); 656 int state, ev_type, next_offset; in llc_build_offset_table() local 661 for (ev_type = 0; ev_type < NBR_CONN_EV; ev_type++) { in llc_build_offset_table() 662 llc_offset_table[state][ev_type] = next_offset; in llc_build_offset_table() 677 static int llc_find_offset(int state, int ev_type) in llc_find_offset() argument 683 switch (ev_type) { in llc_find_offset()
|
| /linux/tools/perf/scripts/python/ |
| H A D | event_analyzing_sample.py | 96 if event.ev_type == EVTYPE_GENERIC: 99 elif event.ev_type == EVTYPE_PEBS_LL:
|
| /linux/include/linux/input/ |
| H A D | adxl34x.h | 277 u32 ev_type; /* EV_ABS or EV_REL */ member
|
| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 968 enum cxl_event_type ev_type = CXL_CPER_EVENT_GENERIC; in __cxl_event_trace_record() local 972 ev_type = CXL_CPER_EVENT_GEN_MEDIA; in __cxl_event_trace_record() 974 ev_type = CXL_CPER_EVENT_DRAM; in __cxl_event_trace_record() 976 ev_type = CXL_CPER_EVENT_MEM_MODULE; in __cxl_event_trace_record() 978 ev_type = CXL_CPER_EVENT_MEM_SPARING; in __cxl_event_trace_record() 980 cxl_event_trace_record(cxlmd, type, ev_type, uuid, &record->event); in __cxl_event_trace_record()
|
| /linux/drivers/cxl/ |
| H A D | pci.c | 1135 static void cxl_handle_cper_event(enum cxl_event_type ev_type, in cxl_handle_cper_event() argument 1145 pr_debug("CPER event %d for device %u:%u:%u.%u\n", ev_type, in cxl_handle_cper_event() 1167 cxl_event_trace_record(cxlds->cxlmd, log_type, ev_type, in cxl_handle_cper_event()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_nic.c | 268 int ev_type; in ef100_ev_process() local 290 ev_type = EFX_QWORD_FIELD(*p_event, ESF_GZ_E_TYPE); in ef100_ev_process() 292 switch (ev_type) { in ef100_ev_process()
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 1182 u8 ev_type = 0; in sony_nc_notify() local 1205 ev_type = HOTKEY; in sony_nc_notify() 1224 ev_type = KILLSWITCH; in sony_nc_notify() 1244 ev_type = GFX_SWITCH; in sony_nc_notify() 1250 ev_type = GFX_SWITCH; in sony_nc_notify() 1265 ev_type = HOTKEY; in sony_nc_notify() 1269 dev_name(&sony_nc_acpi_device->dev), ev_type, real_ev); in sony_nc_notify()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 458 int ev_type, u32 skb_mtype_seqid) in cpts_find_ts() argument
|