public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
@ 2023-04-24 11:05 Chuang Zhang
  2023-04-24 11:05 ` [PATCH v2 1/2] Binder: Add timestamp " Chuang Zhang
  2023-04-24 11:05 ` [PATCH v2 2/2] Binder: Add async from " Chuang Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Chuang Zhang @ 2023-04-24 11:05 UTC (permalink / raw)
  To: gregkh, cmllamas
  Cc: arve, tkjos, maco, joel, brauner, surenb, linux-kernel,
	Chuang Zhang

From: Chuang Zhang <zhangchuang3@xiaomi.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-25 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 11:05 [PATCH v2 0/2] Binder: Add timestamp and async from to transaction record Chuang Zhang
2023-04-24 11:05 ` [PATCH v2 1/2] Binder: Add timestamp " Chuang Zhang
2023-04-25 18:59   ` Carlos Llamas
2023-04-24 11:05 ` [PATCH v2 2/2] Binder: Add async from " Chuang Zhang
2023-04-25 18:59   ` Carlos Llamas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox