[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230608084407.140323-1-asavkov@redhat.com>
Date: Thu, 8 Jun 2023 10:44:05 +0200
From: Artem Savkov <asavkov@...hat.com>
To: linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Namhyung Kim <namhyung@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>, Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
linux-kernel@...r.kernel.org, Artem Savkov <asavkov@...hat.com>
Subject: [PATCH v2 0/2] perf tools: annotation browser from c2c tui
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/
v1->v2: Addressed comments from Namhyung Kim
- No longer saving evsel for each hist entry, using evlist__first
instead.
- Factored out preparations to call annotation browser to do_annotate()
function
- Other small fixes and adjustments.
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 | 73 +++++++++++++++++++++++++++++++---
tools/perf/ui/browsers/hists.c | 22 ----------
tools/perf/util/symbol.c | 22 ++++++++++
tools/perf/util/symbol.h | 1 +
4 files changed, 91 insertions(+), 27 deletions(-)
--
2.40.1
Powered by blists - more mailing lists