Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1260941

[PATCH 0/4] powerpc/perf: Export Power8 PMU events in sysfs

From Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] powerpc/perf: Export Power8 PMU events in sysfs
Date 2015-11-02 21:30 +0100
Message-ID <qqtTQ-1ro-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


For consistency with Power7, export Power8 PMU events in sysfs.
This would also allow users to specify the PMU events by name:

	perf stat -e 'cpu/PM_VSU1_FPSCR/' sleep 1

Sukadev Bhattiprolu (4):
  powerpc/perf: Remove PME_ prefix for power7 events
  powerpc/perf: Export Power8 generic and cache events in sysfs
  perf/powerpc: Rename some Power8 events
  powerpc/perf: Export all Power8 PMU events in sysfs

 arch/powerpc/include/asm/perf_event_server.h |    2 +-
 arch/powerpc/perf/power7-pmu.c               |   18 +-
 arch/powerpc/perf/power8-events-list.h       | 1077 ++++++++++++++++++++++++++
 arch/powerpc/perf/power8-pmu.c               |   82 +-
 4 files changed, 1128 insertions(+), 51 deletions(-)
 create mode 100644 arch/powerpc/perf/power8-events-list.h

-- 
2.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] powerpc/perf: Export Power8 PMU events in sysfs Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> - 2015-11-02 21:30 +0100
  [PATCH 2/4] powerpc/perf: Export Power8 generic and cache events in sysfs Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> - 2015-11-02 21:30 +0100

csiph-web