public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chuang Zhang <zhangchuang3@xiaomi.corp-partner.google.com>
To: gregkh@linuxfoundation.org, cmllamas@google.com
Cc: arve@android.com, tkjos@android.com, maco@android.com,
	joel@joelfernandes.org, brauner@kernel.org, surenb@google.com,
	linux-kernel@vger.kernel.org,
	Chuang Zhang <zhangchuang3@xiaomi.com>
Subject: [PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
Date: Mon, 24 Apr 2023 19:05:13 +0800	[thread overview]
Message-ID: <cover.1682333709.git.zhangchuang3@xiaomi.com> (raw)

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


             reply	other threads:[~2023-04-24 11:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24 11:05 Chuang Zhang [this message]
2023-04-24 11:05 ` [PATCH v2 1/2] Binder: Add timestamp to transaction record 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1682333709.git.zhangchuang3@xiaomi.com \
    --to=zhangchuang3@xiaomi.corp-partner.google.com \
    --cc=arve@android.com \
    --cc=brauner@kernel.org \
    --cc=cmllamas@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=joel@joelfernandes.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maco@android.com \
    --cc=surenb@google.com \
    --cc=tkjos@android.com \
    --cc=zhangchuang3@xiaomi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox