mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: binder: Export binder_txn_latency_free trace point
We use ANDROID_VENDOR_DATA to point to our custom data structure, we need to free it by binder_txn_latency_free Bug: 235773151 Signed-off-by: zhang chuang <zhangchuang3@xiaomi.com> Change-Id: Ib6e9af5e52e13a658555908ac46d4b13904b1d0c (cherry picked from commit 8db214e1e2b18178e2fec4e1ca246d05cb82f975)
This commit is contained in:
@@ -6283,5 +6283,6 @@ device_initcall(binder_init);
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include "binder_trace.h"
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(binder_transaction_received);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(binder_txn_latency_free);
|
||||
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
Reference in New Issue
Block a user