[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1682333709.git.zhangchuang3@xiaomi.com>
Date: Mon, 24 Apr 2023 19:05:13 +0800
From: Chuang Zhang <zhangchuang3@...omi.corp-partner.google.com>
To: gregkh@...uxfoundation.org, cmllamas@...gle.com
Cc: arve@...roid.com, tkjos@...roid.com, maco@...roid.com,
joel@...lfernandes.org, brauner@...nel.org, surenb@...gle.com,
linux-kernel@...r.kernel.org,
Chuang Zhang <zhangchuang3@...omi.com>
Subject: [PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
From: Chuang Zhang <zhangchuang3@...omi.com>
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
Powered by blists - more mailing lists