commit | 0b7a36337d8cd8bf93adf6dd3eec94eaa2e3d1f2 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Mon Apr 08 13:42:31 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Wed Apr 10 00:19:14 2024 +0000 |
tree | acb928e4ca159eff46140445b8458b6751290482 | |
parent | 3b1d2d002a484d27c544cb95aed046c8110d3774 [diff] |
Trace Redaction - Convert task rename from primitive to filter Filter task rename events was one of the first primitives implemented. Since then, ScrubFtraceEvents has been changed as wrapper for ftrace event filters. This changes the scrub task-rename primitive to a filter. This is important for two reasons: 1. The iteration logic in the primitive is shared and less likely to contain errors. 2. Re-serialization is minimized. Bug: 318576499 Change-Id: I3a50c760fd0ffcc97ff3a4a8d17aa79e9a09c397
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.