commit | 271c226bfba2965bb5c72fd6964f016ed1f85c05 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jun 20 14:36:48 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jun 20 14:36:48 2023 +0100 |
tree | cb90ca985932cf8fa82789edce552f2fc3938ca3 | |
parent | 19af2754a7ff8f05d8249ca6b2220cc2904bc691 [diff] |
protozero: add filtering bytecode v2 with support for string filtering This CL introduces a new bytecode v2 format which adds a new opcode for filtering strings in protos. This CL does not implement the actual filtering logic yet, instead making the field a noop at the moment. Bug: 283246642 Change-Id: I4e1dfbeafa7b7728faf3dc063f868c9a36f1672a
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.