Function report |
Source Code:include\trace\events\irq.h |
Create Date:2022-07-28 09:04:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_handler_exit - called immediately after the irq action handler returns*@irq: irq number*@action: pointer to struct irqaction*@ret: return value* If the @ret value is set to IRQ_HANDLED, then we know that the corresponding
Proto:static inline void trace_irq_handler_exit(int irq, struct irqaction *action, int ret)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | irq | |
struct irqaction * | action | |
int | ret |
NULL
Name | Describe |
---|---|
__handle_irq_event_percpu | |
handle_fasteoi_nmi | handle_fasteoi_nmi - irq handler for NMI interrupt lines*@desc: the interrupt description structure for this irq* A simple NMI-safe handler, considering the restrictions* from request_nmi.* Only a single callback will be issued to the chip: an ->eoi() |
handle_percpu_devid_irq | handle_percpu_devid_irq - Per CPU local irq handler with per cpu dev ids*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements |
handle_percpu_devid_fasteoi_nmi | handle_percpu_devid_fasteoi_nmi - Per CPU local NMI handler with per cpu* dev ids*@desc: the interrupt description structure for this irq* Similar to handle_fasteoi_nmi, but handling the dev_id cookie* as a percpu pointer. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |