commit | 0a2bf5c2361018065c914bc0781b23630b5601bf | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Mon Apr 08 11:45:55 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Mon Apr 08 11:45:55 2024 -0700 |
tree | e4f4994f09be404ed8f2b9236db652a104018b7d | |
parent | 3b1d2d002a484d27c544cb95aed046c8110d3774 [diff] |
Trace Redaction - Drop process stats Process stats don't expose sensitive information but they are connected to processes. The counters exposed by them don't provide value to redacted traces, so we drop them. Aside from removing data "just in case", removing process stats makes future process/thread merging (super-redaction) a lot easier because counters don't need to be merged. Bug: 318576499 Change-Id: Iabd80537c7ff4375b9fc6cc4104b79de242c7011
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.