commit | b78059acd9562d0f265954cc4dcc9de4c34c8a9a | [log] [tgz] |
---|---|---|
author | Igor Kraskevich <kraskevich@google.com> | Wed Jun 01 09:48:06 2022 +0000 |
committer | Igor Kraskevich <kraskevich@google.com> | Wed Jun 01 09:49:49 2022 +0000 |
tree | 2e07f5b1a4f031b1ff73802c00bfbd25ccc3152b | |
parent | 989b580fdb73a90d3c659b3b4ff2bcdfa7039d55 [diff] |
Add iid field to UnsymbolizedSourceLocation The iid field must be present, and must be the first one (see PacketSequenceStateGeneration::InternMessage for more details). Otherwise, interning doesn't work in Trace Processor. Generally speaking, this is an unsafe proto change. But I think it is OK in this specific situation because this message is not used anywhere yet. Bug: b/220179588 Change-Id: Id3f6f80adf016e6cd3128dd70fa64b0cd4208b3e
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.