ANDROID: softirq: Export irq_handler_exit tracepoint

Export irq_handle_exit tracepoint, so that vendor modules
can register probes for this tracepoint.

Bug: 205928005
Change-Id: I8e1eaffb7dd2f257e9c09412aad54ecca62bf019
Signed-off-by: Changki Kim <changki.kim@samsung.com>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
(cherry picked from commit 13aee4adb2423f4a49203c944f278ac666408b09)
This commit is contained in:
Changki Kim
2020-12-19 14:05:41 +09:00
committed by Treehugger Robot
parent 3ae30651fd
commit 716989b6e5
+1
View File
@@ -35,6 +35,7 @@
#include <trace/events/irq.h>
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_entry);
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_exit);
/*
- No shared variables, all the data are CPU local.