linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
@ 2024-05-05  3:16 Ian Rogers
  2024-05-05  3:16 ` [PATCH v3 1/2] " Ian Rogers
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ian Rogers @ 2024-05-05  3:16 UTC (permalink / raw)
  To: Thomas Richter, Bhaskara Budiredla, Bharat Bhushan,
	Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, Kan Liang, James Clark, Ravi Bangoria,
	linux-perf-users, linux-kernel, Will Deacon, Stephane Eranian

The mrvl_ddr_pmu is uncore and has a hexadecimal address
suffix. Current PMU sorting/merging code assumes uncore PMU names
start with uncore_ and have a decimal suffix. Add support for
hexadecimal suffixes and add tests.

v3. Rebase and move tests from pmus.c to the existing pmu.c.

Ian Rogers (2):
  perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
  perf tests: Add some pmu core functionality tests

 tools/perf/tests/pmu.c | 95 ++++++++++++++++++++++++++++++++++++++++++
 tools/perf/util/pmu.c  |  4 +-
 tools/perf/util/pmus.c | 53 ++++++++++++-----------
 tools/perf/util/pmus.h |  7 +++-
 4 files changed, 131 insertions(+), 28 deletions(-)

-- 
2.45.0.rc1.225.g2a3ae87e7f-goog


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

end of thread, other threads:[~2024-05-13 15:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05  3:16 [PATCH v3 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu Ian Rogers
2024-05-05  3:16 ` [PATCH v3 1/2] " Ian Rogers
2024-05-11 16:06   ` Arnaldo Carvalho de Melo
2024-05-05  3:16 ` [PATCH v3 2/2] perf tests: Add some pmu core functionality tests Ian Rogers
2024-05-10 18:13 ` [PATCH v3 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu Ian Rogers
2024-05-10 19:15   ` Ian Rogers
2024-05-13 14:35     ` Robin Murphy
2024-05-13 15:48       ` Ian Rogers
2024-05-11 15:38   ` Arnaldo Carvalho de Melo

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).