mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: usb: add EXPORT_TRACE_SYMBOL to export tracepoint
To use the tracepoint in kernel module, add EXPORT_TRACE_SYMBOL_GPL to export the dwc3_event tracepoint. Bug: 189130101 Change-Id: I3a917af82c9d8c19a085c5fc1a30c1b9af4b6885 Signed-off-by: fengmingli <mingli.feng@vivo.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4d5d751670
commit
fe2ecaf37f
@@ -13,3 +13,4 @@
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_ep_queue);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_readl);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_writel);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_event);
|
||||
|
||||
Reference in New Issue
Block a user