Binder: Add timestamp to transaction record
authorChuang Zhang <zhangchuang3@xiaomi.com>
Mon, 24 Apr 2023 11:05:14 +0000 (19:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 May 2023 11:38:12 +0000 (20:38 +0900)
commit800936191a26a5aba5caa3cbd70a4154b45eb94a
treee065547bb8761c23e3f733f0572fc442acb4ca28
parentac9a78681b921877518763ba0e89202254349d1b
Binder: Add timestamp to transaction record

This patch adds a timestamp field to the binder_transaction
structure to track the time consumed during transmission
when reading binder_transaction records.

Signed-off-by: Chuang Zhang <zhangchuang3@xiaomi.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/5ac8c0d09392290be789423f0dd78a520b830fab.1682333709.git.zhangchuang3@xiaomi.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c
drivers/android/binder_internal.h