perfetto: remove merged protos from Bazel and reduce usage elsewhere This CL removes the merged protos from being built in Bazel as they cause a lot of problems with ODR violations in G3 (i.e. if one static lib depends on the merged trace, another on the merged config) Instead, expose the non_minimal and config protos directly to be depended on. Change-Id: I24a05e5c42f270b15d0e68d4fcedc37a5dcd2b9b Bug: 221191510
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.