| commit | 56699ec9db0e710b81bb725f7aa513a90e20d271 | [log] [tgz] |
|---|---|---|
| author | Aaron Vaage <vaage@google.com> | Fri Mar 08 07:48:11 2024 -0800 |
| committer | Aaron Vaage <vaage@google.com> | Fri Mar 08 07:48:11 2024 -0800 |
| tree | 8ca962ddd9dc24af6d1dd48e50369b27761536fd | |
| parent | 9442eac54f3cfd7184f0074c51cc1c42f06f8275 [diff] |
Trace Redaction - Scrub Ftrace Events
Ftrace events fall into one of three categories:
1. Contains no sensitive information and not needed
2. Contains sensitive information but not needed
3. May contain sensitive information, but needed
For case 1: the event is dropped.
case 2: the event is dropped.
case 3: the event is not dropped and other primitives will remove
sensitive information.
Bug: 318576092
Bug: 318576499
Change-Id: I06616a65a2093832c3a58342ef8becd8f17e7996Perfetto 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.