From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755903AbcAWDoD (ORCPT ); Fri, 22 Jan 2016 22:44:03 -0500 Received: from one.firstfloor.org ([193.170.194.197]:48134 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755250AbcAWDoB (ORCPT ); Fri, 22 Jan 2016 22:44:01 -0500 Date: Sat, 23 Jan 2016 04:43:59 +0100 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, mingo@kernel.org, linux-kernel@vger.kernel.org, eranian@google.com, Andi Kleen Subject: Re: [PATCH 6/9] perf, tools, stat: Document CSV format in manpage Message-ID: <20160123034359.GE31686@two.firstfloor.org> References: <1453256812-24006-1-git-send-email-andi@firstfloor.org> <1453256812-24006-7-git-send-email-andi@firstfloor.org> <20160122100830.GD11995@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160122100830.GD11995@krava.brq.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > [jolsa@krava perf]$ sudo ./perf stat -e cycles,instructions -a -x, > 160517940,,cycles,2357448795,100.00,,Ghz,2357448795,100.00 > > ^^^^^^^^^^^^^^^^^ what's this data? > > 84822675,,instructions,2357537479,100.00,0.53,insn per cycle > > > ,,,2357537479,100.00,,stalled cycles per insn,2357537479,100.00 > > this line is probably wrong, as noted in previous email..? Yes the noise was printed twice. I fixed it now (by removing the first variant, which is much simpler in the code) -Andi