commit | 63ce251b6738df4d5b0f841f57d3b19d372fef66 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Mon Aug 19 15:47:21 2024 +0100 |
committer | Ryan Savitski <rsavitski@google.com> | Mon Aug 19 15:47:21 2024 +0100 |
tree | 2e01d901a8d39408fd8413d88f504a54b67351df | |
parent | 6f9673a57e6c66629e70401f42a220dbabc81a1a [diff] |
tp: recognise new field for ftrace cropping and work around b/344969928 The new timestamp is treated exactly the same as the previous one, so the distinction is mostly for manual debugging at this point in time. The workaround is hacky since it relies on a magical unique_session_name field, but it is more than likely the only case where the pessimistic cropping is relevant. Bug: 344969928 Change-Id: I10a83f5bb8e8eb0fba90eb5b57fac565e6982f85
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.