commit | 52fee91b383d817f23b8be622b3713de3384d987 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Jan 19 21:44:29 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Jan 19 21:44:29 2023 +0000 |
tree | 90515cc766a2411bae20265fe76cc95a122505d1 | |
parent | e0dd93ef3709f247be7e3ab26a4d3d0aaf8d2898 [diff] |
ftrace format_parser: accept events with only common_fields Some hypervisor events (e.g. hyp_enter, hyp_exit) only have common fields. Perfetto's ftrace format_parser has an assumption that all ftrace events have at least one non-common field. This patch relaxes the assumption that all events should have at least one non-common field. Bug: 249050813 Test: perfetto_unittests Change-Id: I38837ce0cb99b30c8ac24cc56682d2b79098dd44
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.