mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: softirq: Add EXPORT_SYMBOL_GPL for softirq and tasklet
The purpose of these symbols are used for getting counter and metrics of long running irq. Currently we only have symbols for irq_handler_entry and irq_handler_exit. Bug: 227809911 Signed-off-by: Ziyi Cui <ziyic@google.com> Change-Id: Idf4ccdede5232689b2752283539aee54a5f67866
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
|
|
||||||
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_entry);
|
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_entry);
|
||||||
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_exit);
|
EXPORT_TRACEPOINT_SYMBOL_GPL(irq_handler_exit);
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(softirq_entry);
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(softirq_exit);
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(tasklet_entry);
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(tasklet_exit);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
- No shared variables, all the data are CPU local.
|
- No shared variables, all the data are CPU local.
|
||||||
|
|||||||
Reference in New Issue
Block a user