commit | 4229a2e32d1d964bd3f67300a9594191d89d6370 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Feb 06 21:49:11 2024 +0000 |
committer | Primiano Tucci <primiano@google.com> | Tue Feb 06 21:49:11 2024 +0000 |
tree | 9f02bacfe883410801444cbc51f8e4b27a7bbd9e | |
parent | 6373fbd4df9ed4fe562533ac3976e8e08b8dfd64 [diff] |
service: rename --clone-skip-filter to --clone-for-bugreport The previous CL introduced a --clone-skip-filter option to skip the filter when cloning traces for bugreport. We need a slighly different semantic here that is: "skip the filter AND mark this trace as a bugreport trace (for flushes)". Renaming the cmdline argument and adding another protocol boolean to reflect that. Bug: 321196572 Change-Id: I00d5ed4c19546992e9581c74f658dd8ce5b03118
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.