| commit | e2d7750acd15d57c6c88e3c8fb8c5a45f424ba96 | [log] [tgz] |
|---|---|---|
| author | Masami HIRAMATSU <mhiramat@google.com> | Thu May 08 22:50:28 2025 +0900 |
| committer | GitHub <noreply@github.com> | Thu May 08 14:50:28 2025 +0100 |
| tree | d14b1a938d530c5fc94b6cb9f75cd9edd818ede6 | |
| parent | c808ae389deaddc866a34903552d5b186a000539 [diff] |
ftrace: Add new "linux.frozen_ftrace" data source (#1334) Add new "linux.frozen_ftrace" data source for reading the remaining previous boot data from the ftrace persistent ring buffer. Note that this data source does not actively record any trace data for the current boot. Thus you must not mix this with other data sources in the same session. This new data source requires 1 parameter; - instance_name: Specifies an instance keeping the previous boot data. Change-Id: Ic1f61f6141d019c569b6f67425f331632c1985b0
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.