diff --git a/kernel/softirq.c b/kernel/softirq.c index 169a780a2719..f0fa261746fa 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -29,6 +29,8 @@ #define CREATE_TRACE_POINTS #include +EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_entry); + /* - No shared variables, all the data are CPU local. - If a softirq needs serialization, let it serialize itself