From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932117AbbE1Rtg (ORCPT ); Thu, 28 May 2015 13:49:36 -0400 Received: from mga01.intel.com ([192.55.52.88]:20082 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752810AbbE1Rt2 (ORCPT ); Thu, 28 May 2015 13:49:28 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,513,1427785200"; d="scan'208";a="717102017" From: Andi Kleen To: sukadev@linux.vnet.ibm.com Cc: jolsa@redhat.com, mingo@kernel.org, acme@kernel.org, linux-kernel@vger.kernel.org Subject: perf: Support grouped event lists Date: Thu, 28 May 2015 10:49:19 -0700 Message-Id: <1432835361-16964-1-git-send-email-andi@firstfloor.org> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As requested, this patchkit supports grouped event lists, by using the stem as the section header. In addition it adds CPU override support, which is useful for testing. The updated Intel event lists with redundant entries removed are available in git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git perf/intel-json-files-2 % perf list ... icache: icache.hit [Number of Instruction Cache, Streaming Buffer and Victim Cache Reads. both cacheable and noncacheable, including UC fetches] icache.ifetch_stall [Cycles where a code-fetch stalled due to L1 instruction-cache miss or an iTLB miss] ... idq: idq.all_dsb_cycles_4_uops [Cycles Decode Stream Buffer (DSB) is delivering 4 Uops] idq.all_dsb_cycles_any_uops [Cycles Decode Stream Buffer (DSB) is delivering any Uop] idq.all_mite_cycles_4_uops [Cycles MITE is delivering 4 Uops]