Add plugin to save and restore pinned track on a best effort The plugin saves the current pinned tracks using "track display name", and "group name" (when available) as key. Once the "restore" command is issues, the plugin first attemts to pin tracks with that exact name. If no match is found, it tries to match the first track that would match removing numbers from all strings (this allows persisting the pinning between different traces having different process ids in track names) Bug: 337016334 Test: Save and restore tracks in a local build Change-Id: I2c02ea699257121780e7d15132d8d23ac38be631
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.