commit | aa0b4431673bd555219f4c20ccf34d73e22adb30 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Tue Jun 04 11:05:21 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Tue Jun 04 13:56:40 2024 -0700 |
tree | 0e5378d941ef69c5417b2c0cbfede45c2b57d660 | |
parent | 1c77e91fc8f282b32241e2d1d029b9d9269e9cf7 [diff] |
Trace Redaction - Consolidate Filters There were two filter types checking the same things. This replaces them with a more general filter interface. This should make it easier to implement filters correctly. Change-Id: I6c6488428d6c2134ee668077bf1b9302da220044
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.