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

Artem Savkov posted 2 patches 2 years, 4 months ago
There is a newer version of this series
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(-)
[PATCH 0/2] perf tools: annotation browser from c2c tui
Posted by Artem Savkov 2 years, 4 months ago
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