Messages in this thread |  | | Date | Wed, 16 Aug 2017 15:05:53 -0700 | From | Andi Kleen <> | Subject | [PULL] Please pull Skylake server JSON events |
| |
Hi Arnaldo,
Please pull the skylake server JSON events.
I'm not posting them because they are fairly large and boring.
This requires the two preparation patches I posted earlier (actually only the first of them)
-Andi
The following changes since commit cf31b7dd51b542f9a9b2d0de416b5524dfdb1cf2:
Merge tag 'perf-core-for-mingo-4.14-20170814' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2017-08-14 19:38:40 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/skx-json-3
for you to fetch changes up to 5ea62fe71eca2d0a2d61c428ffc19901e4b4babe:
perf, tools: Add Skylake server uncore event list (2017-08-16 12:30:09 -0700)
---------------------------------------------------------------- Andi Kleen (2): perf, tools: Add core event list for Skylake Server perf, tools: Add Skylake server uncore event list
tools/perf/pmu-events/arch/x86/mapfile.csv | 1 + tools/perf/pmu-events/arch/x86/skylakex/cache.json | 1672 ++++++++++++++++++++ .../arch/x86/skylakex/floating-point.json | 88 ++ .../pmu-events/arch/x86/skylakex/frontend.json | 482 ++++++ .../perf/pmu-events/arch/x86/skylakex/memory.json | 1396 ++++++++++++++++ tools/perf/pmu-events/arch/x86/skylakex/other.json | 72 + .../pmu-events/arch/x86/skylakex/pipeline.json | 950 +++++++++++ .../arch/x86/skylakex/uncore-memory.json | 172 ++ .../pmu-events/arch/x86/skylakex/uncore-other.json | 1156 ++++++++++++++ .../arch/x86/skylakex/virtual-memory.json | 284 ++++ 10 files changed, 6273 insertions(+) create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/cache.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/floating-point.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/frontend.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/memory.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/other.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/pipeline.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/uncore-memory.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/uncore-other.json create mode 100644 tools/perf/pmu-events/arch/x86/skylakex/virtual-memory.json
|  |