Trace Redaction - Common Redact FTrace Event Modifications Just like dropping ftrace events, there are/will be multiple primitives that need to remove individual fields within an event. This creates a new primitive that allows redactions to be added to the primitive. There are a couple limitiations to this. It can only act on the event within the ftrace event (e.g. sched switch). Only one redaction can be registered per event (e.g. one redaction for sched switch). Change-Id: I80bed18e6bc1ee46016366cdb4904822b288ca15
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.