Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692586 > unrolled thread
| Started by | tip-bot for Sukadev Bhattiprolu <tipbot@zytor.com> |
|---|---|
| First post | 2017-07-20 10:50 +0200 |
| Last post | 2017-07-20 10:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[tip:perf/core] perf vendor events: Add POWER9 PVRs to mapfile tip-bot for Sukadev Bhattiprolu <tipbot@zytor.com> - 2017-07-20 10:50 +0200
| From | tip-bot for Sukadev Bhattiprolu <tipbot@zytor.com> |
|---|---|
| Date | 2017-07-20 10:50 +0200 |
| Subject | [tip:perf/core] perf vendor events: Add POWER9 PVRs to mapfile |
| Message-ID | <u5fjJ-4Py-37@gated-at.bofh.it> |
Commit-ID: 80e63ffb09a1b7ac645e9dd1c16b7b08956a7f5b
Gitweb: http://git.kernel.org/tip/80e63ffb09a1b7ac645e9dd1c16b7b08956a7f5b
Author: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
AuthorDate: Tue, 11 Jul 2017 13:00:31 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 18 Jul 2017 23:14:06 -0300
perf vendor events: Add POWER9 PVRs to mapfile
Add currently supported POWER9 PVRs to the mapfile
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Shriya <shriyak@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/n/tip-k1pe02sn5gh6nrzp8ditye94@git.kernel.org
[ Fix conflict with a87006fd5629 ("perf pmu-events: Support additional POWER8+ PVR in mapfile") ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/pmu-events/arch/powerpc/mapfile.csv | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/perf/pmu-events/arch/powerpc/mapfile.csv b/tools/perf/pmu-events/arch/powerpc/mapfile.csv
index f03aec7..14318ef2 100644
--- a/tools/perf/pmu-events/arch/powerpc/mapfile.csv
+++ b/tools/perf/pmu-events/arch/powerpc/mapfile.csv
@@ -20,3 +20,6 @@
004d0100,1,power8.json,core
004d0200,1,power8.json,core
004c0100,1,power8.json,core
+004e0100,1,power9.json,core
+004e0200,1,power9.json,core
+004e1200,1,power9.json,core
Back to top | Article view | linux.kernel
csiph-web