From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752638AbcCGKIx (ORCPT ); Mon, 7 Mar 2016 05:08:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41412 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752243AbcCGKIo (ORCPT ); Mon, 7 Mar 2016 05:08:44 -0500 Date: Mon, 7 Mar 2016 11:08:42 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: perf, tools: Refactor and support interval and CSV metrics Message-ID: <20160307100842.GA28115@krava.redhat.com> References: <1457049458-28956-1-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457049458-28956-1-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2016 at 03:57:31PM -0800, Andi Kleen wrote: SNIP > > % perf stat -x, --metric-only -a -I 1000 > 1.001381652,frontend cycles idle,insn per cycle,stalled cycles per insn,branch-misses of all branches, > 1.001381652,173.32,0.83,2.09,1.73, > 2.002073343,199.47,1.07,1.60,2.14, > 3.002875524,109.52,0.22,7.83,1.63, > 4.003970059,132.10,0.17,10.85,1.51, > 5.004818754,181.60,0.22,8.87,2.22, > > > Available in > git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6 perf/stat-metrics-21 this branch contains old version of: perf, tools, stat: Add --metric-only support for -A thanks, jirka