From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751894AbbFEVO4 (ORCPT ); Fri, 5 Jun 2015 17:14:56 -0400 Received: from mga09.intel.com ([134.134.136.24]:30183 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbbFEVOu (ORCPT ); Fri, 5 Jun 2015 17:14:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,560,1427785200"; d="scan'208";a="582921736" From: Andi Kleen To: sukadev@linux.vnet.ibm.com Cc: jolsa@redhat.com, acme@kernel.org, linux-kernel@vger.kernel.org Subject: perf, tools: Add support for uncore events and updated Intel events Date: Fri, 5 Jun 2015 14:14:33 -0700 Message-Id: <1433538878-13321-1-git-send-email-andi@firstfloor.org> X-Mailer: git-send-email 2.4.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I added support for parsing Intel uncore event files to the perf JSON code. There are still a few things that could be improved, but it's fairly usable now. This patchkit adds the required support, including better support for duplicated PMUs. This on top of of Sukadev's v14 patchkit Available in git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/builtin-json-7 I also pushed a new version of the Intel event files to git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/intel-json-files-5 This version includes uncore files for some server cpus, and a few updates to the Broadwell core file. Plus it fixes the mapfile to contain correct types. Please use this version. _Andi