commit | 2743dd239174ce48a8ab18a77360f0b634d06f4d | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Fri Mar 29 13:45:31 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Fri Mar 29 13:45:31 2024 -0700 |
tree | 53fe0214ab9c0b991daf1bf6d43daa0454cbf8f1 | |
parent | 23175f5af1477b7af45c0bd125dce86d358faf04 [diff] |
Trace-Redaction - Redact sched_switch events sched_switch events contain thread names (prev and next comm) which are classified as sensitive information. This primitives looks for sched_switch events, and the prev/next pids don't belong to the target uid, the prev/next comm values will be replaced with an empty string. Bug: 331484157 Change-Id: I1879ad228f03880951c470fb51a111877b12c183
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.