linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] perf tools: annotation browser from c2c tui
@ 2023-05-31 11:50 Artem Savkov
  2023-05-31 11:50 ` [PATCH 1/2] perf util: move symbol__new_unresolved() to util/symbol.c Artem Savkov
  2023-05-31 11:50 ` [PATCH 2/2] perf tools: allow running annotation browser from c2c-report Artem Savkov
  0 siblings, 2 replies; 6+ messages in thread
From: Artem Savkov @ 2023-05-31 11:50 UTC (permalink / raw)
  To: linux-perf-users, Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Ingo Molnar, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim, Ian Rogers, Adrian Hunter, linux-kernel,
	Artem Savkov

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-07 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-31 11:50 [PATCH 0/2] perf tools: annotation browser from c2c tui Artem Savkov
2023-05-31 11:50 ` [PATCH 1/2] perf util: move symbol__new_unresolved() to util/symbol.c Artem Savkov
2023-05-31 11:50 ` [PATCH 2/2] perf tools: allow running annotation browser from c2c-report Artem Savkov
2023-06-01 21:26   ` Namhyung Kim
2023-06-02  8:18     ` Artem Savkov
2023-06-07 16:50       ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).