commit | 5fb14c3f8fb2a94a1e98d78df345e7f4c9b0bfb9 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Fri May 31 07:47:53 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Fri May 31 18:33:57 2024 +0000 |
tree | 5b67d68f7fa6f620d86d3120b9aab5957a8d3593 | |
parent | 663a38bdd583427950f221a743826a0803dec35a [diff] |
Trace Redaction - Disable Thread Merging Thread merging performs breaking changes to the trace by changing pids (thread look-ups are no longer possible). There is something wrong with how thread merging is configured. When used with some upcoming changes, it corrupts the trace. This CL removes the thread merging primitives so the other primitives can be used. Thread merging will need to be added back afterwards. Bug: 336807771 Change-Id: I1b41221864155a2595282acada4baa8d4475bf56
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.