From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754933AbdCGKDs (ORCPT ); Tue, 7 Mar 2017 05:03:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34944 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754612AbdCGKD0 (ORCPT ); Tue, 7 Mar 2017 05:03:26 -0500 Date: Tue, 7 Mar 2017 11:03:14 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 10/10] perf, tools: Add support for MetricName JSON attribute Message-ID: <20170307100314.GC12093@krava> References: <20170301064924.32172-1-andi@firstfloor.org> <20170301064924.32172-11-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170301064924.32172-11-andi@firstfloor.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 07 Mar 2017 10:03:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2017 at 10:49:24PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Add support for a new JSON event attribute to name MetricExpr for better output > in perf stat. > If the event has no MetricName it uses the normal event name instead to describe > the metric. > > So far no names are added. when do you plan to add them? jirka