ANDROID: softirq: Export irq_handler_entry tracepoint

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

Bug: 175806230
Change-Id: Ieb276e1938ccf819a847cde37d5a25bfa00efe05
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
This commit is contained in:
Prasad Sodagudi 2020-05-16 10:38:10 -07:00
parent d28d86c3fe
commit cd1208a52a

View File

@ -29,6 +29,8 @@
#define CREATE_TRACE_POINTS
#include <trace/events/irq.h>
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