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 8db214e1e2)
This commit is contained in:
zhangchuang3
2022-07-01 17:19:35 +08:00
committed by Todd Kjos
parent b8545ebadd
commit 05d2bfcd32

View File

@@ -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");