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>
This commit is contained in:
Changki Kim 2020-12-19 14:05:41 +09:00 committed by Todd Kjos
parent 7dc223cb02
commit 13aee4adb2
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,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.