linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] perf pmu: Dynamically allocate tool PMU
@ 2025-02-26 10:40 James Clark
  2025-02-26 10:41 ` [PATCH v2 1/3] " James Clark
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James Clark @ 2025-02-26 10:40 UTC (permalink / raw)
  To: linux-perf-users, irogers, namhyung, cyy
  Cc: James Clark, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Adrian Hunter, Liang, Kan, Greg Kroah-Hartman,
	Yoshihiro Furudera, Weilin Wang, Junhao He, Jean-Philippe Romain,
	linux-kernel

A few minor fixes that I came across when poking around with the Perf
list behavior on hybrid Arm.

Changes since v1:
  * Rename perf_pmus__new_tool_pmu() -> tool_pmu__new()

James Clark (3):
  perf pmu: Dynamically allocate tool PMU
  perf pmu: Don't double count common sysfs and json events
  perf list: Document -v option deduplication feature

 tools/perf/Documentation/perf-list.txt |  2 +-
 tools/perf/builtin-list.c              |  2 +-
 tools/perf/util/pmu.c                  |  7 ++++---
 tools/perf/util/pmu.h                  |  5 +++++
 tools/perf/util/pmus.c                 |  2 +-
 tools/perf/util/tool_pmu.c             | 23 +++++++++++------------
 tools/perf/util/tool_pmu.h             |  2 +-
 7 files changed, 24 insertions(+), 19 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-02-27 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 10:40 [PATCH v2 0/3] perf pmu: Dynamically allocate tool PMU James Clark
2025-02-26 10:41 ` [PATCH v2 1/3] " James Clark
2025-02-26 10:41 ` [PATCH v2 2/3] perf pmu: Don't double count common sysfs and json events James Clark
2025-02-26 10:41 ` [PATCH v2 3/3] perf list: Document -v option deduplication feature James Clark
2025-02-27 16:50 ` [PATCH v2 0/3] perf pmu: Dynamically allocate tool PMU 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).