commit | 1392664728c9ecc96e7266de66d03c8eb9862dc1 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Fri Apr 12 09:56:23 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Fri Apr 12 18:32:46 2024 +0000 |
tree | 7b15d8ef43a835373404e1dbc93be1acd5fcceb8 | |
parent | f669b7209a548287d04a0934ed96c0a4f92c40ec [diff] |
Trace Redaction - Remove comm values from all process free events Process free events contain a pid and a comm. The timeline uses an exclusive end bound, so it is not possible to use the event's timestamp to see of the pid belongs to the package. Instead of using a fudge value (e.g. time - 1), all process free events will lose their comm values. Bug: 318576499 Change-Id: Iceb2adb7f1618a46fe47c8dc5f44b6f68f73701d
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.