ui: Add ftrace tracks from the plugin rather than track decider This change isolates the ftrace plugin entirely, allowing users to disable the ftrace plugin (which can be slow) without encountering issues. This patch also speeds up track deciding, as it removes a query which can be slow especially on large traces. Change-Id: I2eac5df30b407c0f883f3534bf85485bf3d3b33f
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.