commit | 6e600a104c0d4e59e2647e63ecf075078b5bc3e2 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Dec 19 18:49:02 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Dec 19 18:49:02 2023 +0000 |
tree | 0e7035368cad3ae1f6ec38e2f3748be2f6c6d32a | |
parent | fa384c4660e10ae4390efd2dbeaa67b0fad58044 [diff] |
tp: fix parsing traces with missing event ids Due to protozero filtering, it's possible for event id to be legitimately missing. Switch from the generic tokenizer stat to a new info stat logging this information. Change-Id: I2040b8fb25286343e4794acd5def7b01fb26cbd3 Fixes: 317076155
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.