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.