[PATCH v2 0/2] perf python TUI report and flamegraph
From: Ian Rogers
Date: Sat Aug 08 2026 - 02:58:25 EST
Implement a perf TUI using the python textual module. Using the
textual framework means that in most modern terminals the mouse is
supported, the color scheme can be configured, and screenshots made.
v2: Migrate from inbuilt perf python interpreter to perf python
module. Improve the flamegraph performance. Use the textual's
color scheme rather than red and white.
v1:
https://lore.kernel.org/linux-perf-users/20250725082425.20999-1-irogers@xxxxxxxxxx/
Alice Rogers (2):
perf python: New treport script
perf python: treport add flamegraph support
tools/perf/python/treport.py | 560 +++++++++++++++++++++++++++++++++++
1 file changed, 560 insertions(+)
create mode 100755 tools/perf/python/treport.py
--
2.55.0.654.g21b8a5bc05-goog