Home
last modified time | relevance | path

Searched refs:event_info (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dnetdev-times.py183 event_info = all_event_list[i]
184 name = event_info[EINFO_IDX_NAME]
186 handle_irq_softirq_exit(event_info)
188 handle_irq_softirq_entry(event_info)
190 handle_irq_softirq_raise(event_info)
192 handle_irq_handler_entry(event_info)
194 handle_irq_handler_exit(event_info)
196 handle_napi_poll(event_info)
198 handle_netif_receive_skb(event_info)
200 handle_netif_rx(event_info)
[all …]
/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c30 struct event_info *info; in queue_interrupt_event()
519 struct event_info *info = container_of(work, struct event_info, work); in interrupt_event_handler()
H A Dcpqphp.h272 struct event_info { struct
288 struct event_info event_queue[10]; argument
H A Dcpqphp_ctrl.c59 struct event_info *taskInfo; in handle_switch_change()
134 struct event_info *taskInfo; in handle_presence_change()
226 struct event_info *taskInfo; in handle_power_fault()
/linux/drivers/acpi/acpica/
H A Ddbdisply.c790 gpe_block->event_info); in acpi_db_display_gpes()
824 &gpe_block->event_info[gpe_index]; in acpi_db_display_gpes()
/linux/drivers/nvme/target/
H A Dcore.c134 return aen->event_type | (aen->event_info << 8) | (aen->log_page << 16); in nvmet_async_event_result()
195 u8 event_info, u8 log_page) in nvmet_add_async_event() argument
204 aen->event_info = event_info; in nvmet_add_async_event()
H A Dnvmet.h528 u8 event_info; member
675 u8 event_info, u8 log_page);