From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753154AbbE0Oli (ORCPT ); Wed, 27 May 2015 10:41:38 -0400 Received: from mga03.intel.com ([134.134.136.65]:39913 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752682AbbE0Old (ORCPT ); Wed, 27 May 2015 10:41:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,506,1427785200"; d="scan'208";a="701027449" Date: Wed, 27 May 2015 07:41:01 -0700 From: Andi Kleen To: Namhyung Kim Cc: Sukadev Bhattiprolu , mingo@redhat.com, Michael Ellerman , Jiri Olsa , Arnaldo Carvalho de Melo , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] perf: Add power8 PMU events in JSON format Message-ID: <20150527144101.GM7484@tassilo.jf.intel.com> References: <1432080130-6678-1-git-send-email-sukadev@linux.vnet.ibm.com> <1432080130-6678-5-git-send-email-sukadev@linux.vnet.ibm.com> <20150527135928.GB29557@danjae.kornet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150527135928.GB29557@danjae.kornet> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > + { > > + "EventCode": "0x2505e", > > + "EventName": "PM_BACK_BR_CMPL", > > + "BriefDescription": "Branch instruction completed with a target address less than current instruction address,", > > + "PublicDescription": "Branch instruction completed with a target address less than current instruction address.," > > Can't we remove PublicDescription field if it's identical to > BriefDescription? It seems just wasting spaces.. It's not always identical. There are events where PublicDescription is much longer (several paragraphs) -Andi -- ak@linux.intel.com -- Speaking for myself only