commit | c44122785adfffd09488bc651c73f56bbbd2fa9c | [log] [tgz] |
---|---|---|
author | Zim <zezeozue@google.com> | Tue Mar 21 17:51:26 2023 +0000 |
committer | Zim <zezeozue@google.com> | Wed Mar 22 18:38:51 2023 +0000 |
tree | 011bf4de736df37079aac3b857b579598e8a4913 | |
parent | 1bb22965b0dc41cfe74569bedafeff6108a9fcf2 [diff] |
[stdlib] Add/modify android_monitor_contention table columns 1. Added is_main_thread columns for blocked and blocking threads 2. Added binder_reply_ts and binder_reply_tid columns to allow joining with 'binder txn' tables in a stable way Test: tools/diff_test_trace_processor.py out/android/trace_processor_shell --name-filter '.*monitor_contention.*' Change-Id: Iccf652fffe70797c3203b0888d7b48bee63e6155
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.