ANDROID: binder: Export binder_transaction_received trace point

Vendor modules would like to register with the binder_transaction_received
trace point to implement features carried in their downstream kernels.

Bug: 174219217
Change-Id: Ica0f90c60964fc845de05169cbdd8a4948adb1cd
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
Satya Durga Srinivasu Prabhala
2020-12-15 00:44:27 -08:00
committed by Todd Kjos
parent b8042f5e29
commit c9760ef713
+1
View File
@@ -6195,5 +6195,6 @@ device_initcall(binder_init);
#define CREATE_TRACE_POINTS
#include "binder_trace.h"
EXPORT_TRACEPOINT_SYMBOL_GPL(binder_transaction_received);
MODULE_LICENSE("GPL v2");