commit | 20d200293307dd4806746118fc0b6af7e4150b8a | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Tue Apr 30 15:38:58 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Tue Apr 30 15:38:58 2024 -0700 |
tree | 6ef6c3062713969cfe3b820709c1acb0525328c9 | |
parent | 33dce8bd6aebf8c4f4f626c6569777139cbfa31a [diff] |
Trace Redaction - Use map to control redactor selection Because the ftrace event redaction list was short, a lit was being used, however this added more implementation than was needed: - specify the field id - store the field id - query the field id By using a static key and a map, the registration and query are made simpler. Change-Id: I46d24e0bde30c6bca1bfed52d62725f8a1866a14
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.