From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754605AbcBBODJ (ORCPT ); Tue, 2 Feb 2016 09:03:09 -0500 Received: from mga14.intel.com ([192.55.52.115]:13884 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754461AbcBBODH (ORCPT ); Tue, 2 Feb 2016 09:03:07 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,384,1449561600"; d="scan'208";a="903871674" Date: Tue, 2 Feb 2016 06:02:07 -0800 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, eranian@google.com, mingo@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/8] perf, tools, stat: Implement CSV metrics output Message-ID: <20160202140207.GC15302@tassilo.jf.intel.com> References: <1454173616-17710-1-git-send-email-andi@firstfloor.org> <1454173616-17710-5-git-send-email-andi@firstfloor.org> <20160202095020.GB27366@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160202095020.GB27366@krava.redhat.com> 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 Tue, Feb 02, 2016 at 10:50:20AM +0100, Jiri Olsa wrote: > > Two new fields are added: metric value and metric name before > > the running/enabled fields. > > I see, I thought it was meant to be the other way around, > so I need to ask now, wouldn't this break existing parsers? It would, but the new fields weren't around for long and I don't think there are many users so it's probably ok (I have a tool that uses them and I'm ok with updating it) -Andi -- ak@linux.intel.com -- Speaking for myself only