commit | 5457722190e8cad7dddbedc71b8957ab45402a6c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Jun 13 13:17:15 2023 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Jun 13 13:17:15 2023 +0100 |
tree | bdf988048263eda56db33caab581b3bddc23dc36 | |
parent | f8916bc6637d1c7c0c396330e800d9b2442305b0 [diff] |
traced: allow cross-session cloning for bugreports Prior changed introduced generalized support for CloneSession and rewrote the --save-for-bugreport feature on top of that. Unfortunately we didn't notice that the CloneSession feature is very strict on UID checking, enforcing that source and target consumer UID match. This is good in general but not desirable (And a regression) for the case of bugreports, where the two uids differ. In this case bugreport_score acts as an "I am fine exporting this trace to other uids". Bug: 286908237 Bug: 260112703 Change-Id: I99bd22aef0bfa402cb24559b8515c5bdf0b48ba9
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.