[PATCH 0/2] perf tools: annotation browser from c2c tui

From: Artem Savkov
Date: Wed May 31 2023 - 07:51:39 EST


These patches add ability to start annotation browser from c2c report
tui. The idea comes from Arnaldo's "Profiling Data Structures" talk [1].

[1]: http://vger.kernel.org/~acme/prez/linux-plumbers-2022/

Artem Savkov (2):
perf util: move symbol__new_unresolved() to util/symbol.c
perf tools: allow running annotation browser from c2c-report

tools/perf/builtin-c2c.c | 76 +++++++++++++++++++++++++++++++---
tools/perf/ui/browsers/hists.c | 22 ----------
tools/perf/util/symbol.c | 22 ++++++++++
tools/perf/util/symbol.h | 1 +
4 files changed, 94 insertions(+), 27 deletions(-)

--
2.40.1