Messages in this thread |  | | From | Frankie Chang <> | Subject | [PATCH v1] binder: transaction latency tracking for user build | Date | Tue, 4 Feb 2020 17:15:14 +0800 |
| |
Record start/end timestamp to binder transaction. When transaction is completed or transaction is free, it would be checked if transaction latency over threshold (2 sec), if yes, printing related information for tracing.
Frankie Chang (1): binder: transaction latency tracking for user build
drivers/android/Kconfig | 8 +++ drivers/android/binder.c | 107 +++++++++++++++++++++++++++++++++++++ drivers/android/binder_internal.h | 4 ++ 3 files changed, 119 insertions(+)
|  |