commit | 4fc3fdf4ea5236aeadbd488edd19d9b839847c0b | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Wed Apr 10 16:42:13 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Thu Apr 11 22:19:49 2024 +0000 |
tree | 8184b795b4ba0af4160e9f0684cce44fcf642d88 | |
parent | 89f111052a639667e58fe5ef12e80034e391a91b [diff] |
Trace Redaction - Remove comm value from new task events When a new thread starts, a new task event is triggered. This event contains the threads pid and the threads name (comm value). All comm values outside of the target package should be removed. Bug: 318576499 Change-Id: I76bd50645e2e507fa9d88e71747da6f95f8d1655
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.