From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752740AbcAPUV1 (ORCPT ); Sat, 16 Jan 2016 15:21:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45207 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752530AbcAPUV0 (ORCPT ); Sat, 16 Jan 2016 15:21:26 -0500 Date: Sat, 16 Jan 2016 21:21:20 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, jolsa@kernel.org, eranian@google.com, linux-kernel@vger.kernel.org, mingo@kernel.org Subject: Re: perf, tools: Refactor and support interval and CSV metrics Message-ID: <20160116202120.GB17618@krava.redhat.com> References: <1452906675-7260-1-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452906675-7260-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 Fri, Jan 15, 2016 at 05:11:07PM -0800, Andi Kleen wrote: SNIP > 1.000852081,1976560,,branch-misses,12010501884,100.00,8.32,of all branches > > Available in > git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6 perf/stat-metrics-12 getting little tired of this: http://marc.info/?l=linux-kernel&m=145076648115589&w=2 first patch in your perf/stat-metrics-12: [jolsa@krava perf]$ ./perf stat -e instructions,cycles kill kill: not enough arguments Performance counter stats for 'kill': 772,743 instructions # 0.82 insn per cycle 947,484 cycles 0.002016698 seconds time elapsed jirka