mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30: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_ep_queue tracepoint. Bug: 181736013 Change-Id: I211e747e10d232342cbaf877d7ad670c60e3ad0f Signed-off-by: Oh Eomji <eomji.oh@samsung.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
70cf1983fe
commit
eacad94c98
@@ -9,3 +9,5 @@
|
||||
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include "trace.h"
|
||||
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_ep_queue);
|
||||
|
||||
Reference in New Issue
Block a user