commit | 548d098539b3155e57862b0888bf3c0a8634e66c | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Tue Apr 30 15:55:07 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Tue Apr 30 23:13:54 2024 +0000 |
tree | 744a00925c2a24d18910d411a50e98ef5d3e450b | |
parent | e42fee560e5e33687c275f6ec33d1b0dc9297dff [diff] |
Trace Redaction - Replace comm instead of drop comm in proc free With sched switch and waking events, we've seen issues dropping comm fields. This issue goes away when they are replaced with an empty string. Because proc free events are few, it is hard to find issues in the Perfetto UI. To be proactive, this updates the proc free primitive to use the empty string approach. Change-Id: I29bcc6efdb6081648d9144606af5b540b9a5dc26
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.