lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Aug 2015 14:52:16 -0700
From:	Andi Kleen <ak@...ux.intel.com>
To:	sukadev@...ux.vnet.ibm.com
Cc:	acme@...nel.org, linux-kernel@...r.kernel.org
Subject: [PULL] Updated Intel JSON event files


Hi Sukadev,

I regenerated the Intel JSON files for perf. 

This is from scratch, no incremential changes to keep the history clean.
In future updates I will switch to incrementials.

Updates compared to last time is support for
Skylake, Airmont, BroadwellDE, and a range of fixes and improvements
in the events. Please merge into your data files tree.

Thanks,
-Andi

The following changes since commit d1ee8bc195ffedbf91af0245a2406d6ebd2578f8:

  Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-08-28 08:22:02 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git 

for you to fetch changes up to 5558c4a6200c4909d160edb4055df333a559a022:

  perf, tools: Add BroadwellDE V1 event file (2015-08-28 14:25:24 -0700)

----------------------------------------------------------------
Andi Kleen (16):
      perf, tools: Add NehalemEX V1 event file
      perf, tools: Add NehalemEP V1 event file
      perf, tools: Add WestmereEX V1 event file
      perf, tools: Add WestmereEP-SP V1 event file
      perf, tools: Add WestmereEP-DP V1 event file
      perf, tools: Add Silvermont V10 event file
      perf, tools: Add Bonnell V1 event file
      perf, tools: Add Skylake V11 event file
      perf, tools: Add SandyBridge V12 event file
      perf, tools: Add Jaketown V18 event file
      perf, tools: Add IvyBridge V15 event file
      perf, tools: Add IvyTown V17 event file
      perf, tools: Add Haswell V20 event file
      perf, tools: Add HaswellX V14 event file
      perf, tools: Add Broadwell V11 event file
      perf, tools: Add BroadwellDE V1 event file

 tools/perf/pmu-events/arch/x86/Bonnell_core.json   | 2458 ++++++
 .../perf/pmu-events/arch/x86/BroadwellDE_core.json | 3541 ++++++++
 tools/perf/pmu-events/arch/x86/Broadwell_core.json | 8521 ++++++++++++++++++++
 tools/perf/pmu-events/arch/x86/HaswellX_core.json  | 4096 ++++++++++
 tools/perf/pmu-events/arch/x86/Haswell_core.json   | 3979 +++++++++
 tools/perf/pmu-events/arch/x86/IvyBridge_core.json | 3365 ++++++++
 tools/perf/pmu-events/arch/x86/IvyTown_core.json   | 3824 +++++++++
 tools/perf/pmu-events/arch/x86/Jaketown_core.json  | 3871 +++++++++
 tools/perf/pmu-events/arch/x86/NehalemEP_core.json | 5977 ++++++++++++++
 tools/perf/pmu-events/arch/x86/NehalemEX_core.json | 5927 ++++++++++++++
 .../perf/pmu-events/arch/x86/SandyBridge_core.json | 4532 +++++++++++
 .../perf/pmu-events/arch/x86/Silvermont_core.json  | 1402 ++++
 tools/perf/pmu-events/arch/x86/Skylake_core.json   | 2736 +++++++
 .../pmu-events/arch/x86/WestmereEP-DP_core.json    | 5737 +++++++++++++
 .../pmu-events/arch/x86/WestmereEP-SP_core.json    | 6144 ++++++++++++++
 .../perf/pmu-events/arch/x86/WestmereEX_core.json  | 6178 ++++++++++++++
 tools/perf/pmu-events/arch/x86/mapfile.csv         |   29 +
 17 files changed, 72317 insertions(+)
 create mode 100644 tools/perf/pmu-events/arch/x86/Bonnell_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/BroadwellDE_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/Broadwell_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/HaswellX_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/Haswell_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/IvyBridge_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/IvyTown_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/Jaketown_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/NehalemEP_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/NehalemEX_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/SandyBridge_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/Silvermont_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/Skylake_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/WestmereEP-DP_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/WestmereEP-SP_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/WestmereEX_core.json
 create mode 100644 tools/perf/pmu-events/arch/x86/mapfile.csv
-- 
ak@...ux.intel.com -- Speaking for myself only
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ