[PATCH 0/3] perf pmu: Dynamically allocate tool PMU

James Clark posted 3 patches 11 months, 2 weeks ago
There is a newer version of this series
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(-)
[PATCH 0/3] perf pmu: Dynamically allocate tool PMU
Posted by James Clark 11 months, 2 weeks ago
A few minor fixes that I came across when poking around with the Perf
list behavior on hybrid Arm.

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