commit | 0044e3c439405e25a6b11ca055d123d5666ef02a | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Wed Oct 09 14:27:37 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Wed Oct 09 14:27:37 2024 +0100 |
tree | 3647f161f0fc9fbfe9faebf8d933bf6539dfe2ef | |
parent | 74ba719d3b2914864e6b7eee9fe1c3ac01edd711 [diff] |
tp: add support for parsing the perf text format This allows trace processor to parse profiles generated by the perf script command. Only default options or with the inclusion of pids is supported: any other options are not supported. Change-Id: Iabc6f13522a85c50c37835c584a9827ec6986e3f
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.