[PATCH v2 0/2] Binder: Add timestamp and async from to transaction record

From: Chuang Zhang
Date: Mon Apr 24 2023 - 07:06:15 EST


From: Chuang Zhang <zhangchuang3@xxxxxxxxxx>

This path adds support for getting the pid, tid, and transfer duration
information of transfers in binderfs transfer records.
Previously, this information was not available in the transfer records,
which made it difficult to analyze certain issues in Android.

With this modification, Android engineers will be able to quickly identify
and diagnose problems in certain scenarios. We believe that this
improvement will be particularly useful for issue analysis and debugging
on Android.

This change does not affect existing functionality or performance and
is fully backward-compatible.

Chuang Zhang (2):
Binder: Add timestamp to transaction record
Binder: Add async from to transaction record

drivers/android/binder.c | 15 +++++++++++----
drivers/android/binder_internal.h | 3 +++
2 files changed, 14 insertions(+), 4 deletions(-)

--
2.34.1