commit | 09548772b3ac3f7349251b169754deec8fd60904 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Mar 10 12:39:37 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Fri Mar 10 12:39:37 2023 +0000 |
tree | d0e3d92b2b2196bbbe623c1c2d436421df5a916e | |
parent | f90d61c166b857309dcbc12e5a7c328578e5bd51 [diff] |
Add support for hyp events in perfetto cmd So far we only add basic support for "hyp" category, which will result in the following ftrace config to collect all known hyp events: ``` instance_name: "hyp" ftrace_events: "hyp/*" ``` If needed, in the future we can add support for only tracing specific hypervisor events. Bug: 249050813 Test: perfetto_unittests Change-Id: I1c303e6312a7eb36083cf38488bfe98a813f4363
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.