commit | 72ebf3d7d54430f99af973f516c863a437bccee8 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Mon Nov 16 15:02:12 2020 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Mon Nov 16 15:02:12 2020 +0000 |
tree | 5197a3516d97c82dd08e3d9dd2d346442edabf5c | |
parent | 652a580c977e4e45b3f91a69ed4c0bc9eb39fc34 [diff] |
traced_perf: add config option for kernel frames If enabled, we'll collect and symbolize kernel callchains. The kernel itself will unwind the kernel frames. We'll be given the list of addresses to symbolize with /proc/kallsyms. Bug: 173124818 Change-Id: I80c51246cba81ed29a188d68d2594e2314d6daf8
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.