From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936181AbcI0SMO (ORCPT ); Tue, 27 Sep 2016 14:12:14 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:49099 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934636AbcI0SMH (ORCPT ); Tue, 27 Sep 2016 14:12:07 -0400 Date: Tue, 27 Sep 2016 11:11:16 -0700 From: Sukadev Bhattiprolu To: Arnaldo Carvalho de Melo Cc: peterz@infradead.org, maddy@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v21 06/19] perf, tools: Support alias descriptions References: <1473978296-20712-1-git-send-email-sukadev@linux.vnet.ibm.com> <1473978296-20712-7-git-send-email-sukadev@linux.vnet.ibm.com> <20160927174100.GO5588@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160927174100.GO5588@kernel.org> X-Operating-System: Linux 2.0.32 on an i486 User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16092718-0040-0000-0000-000001718DEC X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00005818; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000185; SDB=6.00761949; UDB=6.00363036; IPR=6.00536985; BA=6.00004762; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00012801; XFM=3.00000011; UTC=2016-09-27 18:12:04 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16092718-0041-0000-0000-000005649DEB Message-Id: <20160927181116.GA18012@us.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-27_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609270326 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnaldo Carvalho de Melo [acme@kernel.org] wrote: > Em Thu, Sep 15, 2016 at 03:24:43PM -0700, Sukadev Bhattiprolu escreveu: > > From: Andi Kleen > > > > Add support to print alias descriptions in perf list, which > > are taken from the generated event files. > > > > The sorting code is changed to put the events with descriptions > > at the end. The descriptions are printed as possibly multiple word > > wrapped lines. > > So, now I'm trying to reproduce the results below, but I couldn't find a > tarball with those .json files for me to use, can you provide me with > one? The data files are in my github, in the json-code+data-v21 branch starting with 23bb101. They are individual commits rather than a tarball though. > https://github.com/sukadev/linux.git > > Branch Description > ------------------------------------------------------ > json-code-v21 Source Code only > json-code+data-v21 Both code and data(for build/test/pull) > Sukadev