commit | ff99ba98bd5d4a4409540067fc5a386ad31441c6 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Thu Nov 28 16:15:18 2024 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Thu Nov 28 16:15:44 2024 +0000 |
tree | 22a49f492c4631d1f4c781808cc2a98d1df7fd2c | |
parent | ddaf3b31ceaabdf4f4febfb690bd10447ed987b7 [diff] |
ftrace: fix controller doing twice the intended data per ReadTick This shouldn't have a significant impact, since the read ticks are already broken up in tasks doing <=1MB of data per cpu buffer (and we ended up effectively doing <=2MB). So this patch should at most cause more ReadTick continuation tasks. Change-Id: I25515b724b188a300cc914f0ab749e3d1c3ff543
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.