tp: Support parsing multiple instances of the same extension descriptor When multiple Chrome apps (e.g. Beta + Canary) emit a ChromeTrackEvent descriptor, only the first one is currently imported by trace processor, due to a check to avoid importing a descriptor for the same proto file twice. This patch relaxes the check when a proto descriptor is imported in "merge_existing_messages" mode. Bug: 304757665 Change-Id: Ie0df1c596c8f6dc5d0b6a1a88f3121ad185f62fe
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.