commit | 2b5651e9bedd68f7d32b22a2e2270b8cc182a4d6 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Thu May 08 15:00:44 2025 +0100 |
committer | GitHub <noreply@github.com> | Thu May 08 07:00:44 2025 -0700 |
tree | f48249d417f23dca75239144b964d4b29029b61e | |
parent | e2d7750acd15d57c6c88e3c8fb8c5a45f424ba96 [diff] |
Implement getSelectionDetails() in ftrace track (#1443) This allows dataset search to work (or at least, not crash) when encountering an event on the ftrace track.
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.