commit | ab3bf51c8300eb01b00c5d0029a87f1d34dfba40 | [log] [tgz] |
---|---|---|
author | Sim Sun <simsun@fb.com> | Fri Nov 08 09:10:29 2024 -0800 |
committer | Sim Sun <simsun@fb.com> | Fri Nov 08 09:10:29 2024 -0800 |
tree | 48dad74dae38f6b940a745ad9efe888683800d64 | |
parent | e095aeed47ca106e9bbb0951383ef655e2ffdeb9 [diff] |
perf: add userspace frame pointer unwinder This change introduces the UNWIND_FRAME_POINTER option to the UnwindMode enum, allowing users to select the frame pointer unwinder for unwinding userspace stack traces. github issue: https://github.com/google/perfetto/issues/907 Change-Id: I82b612a7c534f3d3adaa1b0faf28651023429325
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.