commit | 8f4a8e53b6b2a4be66ff0f2bc842088c8a42397a | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@chromium.org> | Fri Jun 02 12:30:23 2023 +0100 |
committer | Alexander Timin <altimin@chromium.org> | Fri Jun 02 12:30:23 2023 +0100 |
tree | 40fc354dc2c33cfc4ba46c213663668f7cc48400 | |
parent | 9949778d2293724450f3104b08fd889de27278f3 [diff] |
DebugTrackV2: links to slices. For the cases when the debug track is generated from the slice or thread_state table, generate a link go to that slice / thread_state in the trace. The implementation looks at the presence of a few key columns (id, ts, dur, track_id for slice; id, ts, dur, utid for thread_state), queries these tables, validates the consistency of the data and shows the link when the data is indeed consistent. Bug: b/273215738 Change-Id: I50c273dfe68bb99ea3426179e0b979b3e0954beb
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.