From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 0/4] perf bench: Common option for specifying style formatting Date: Tue, 10 Nov 2009 09:01:35 +0100 Message-ID: <20091110080135.GA32322@elte.hu> References: <1257808802-9420-1-git-send-email-mitake@dcl.info.waseda.ac.jp> <20091110035812.GB29454@elte.hu> <20091110.165102.386189748263321818.mitake@dcl.info.waseda.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, paulus@samba.org To: Hitoshi Mitake , git@vger.kernel.org X-From: linux-kernel-owner+glk-linux-kernel-3=40m.gmane.org-S1753346AbZKJIBm@vger.kernel.org Tue Nov 10 09:02:10 2009 Return-path: Envelope-to: glk-linux-kernel-3@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N7lg1-0002v6-9h for glk-linux-kernel-3@lo.gmane.org; Tue, 10 Nov 2009 09:02:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753346AbZKJIBm (ORCPT ); Tue, 10 Nov 2009 03:01:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752827AbZKJIBm (ORCPT ); Tue, 10 Nov 2009 03:01:42 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:48915 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753036AbZKJIBl (ORCPT ); Tue, 10 Nov 2009 03:01:41 -0500 Received: from elvis.elte.hu ([157.181.1.14]) by mx2.mail.elte.hu with esmtp (Exim) id 1N7lfV-0003oQ-KN from ; Tue, 10 Nov 2009 09:01:42 +0100 Received: by elvis.elte.hu (Postfix, from userid 1004) id 718FD3E22E0; Tue, 10 Nov 2009 09:01:36 +0100 (CET) Content-Disposition: inline In-Reply-To: <20091110.165102.386189748263321818.mitake@dcl.info.waseda.ac.jp> User-Agent: Mutt/1.5.20 (2009-08-17) Received-SPF: neutral (mx2.mail.elte.hu: 157.181.1.14 is neither permitted nor denied by domain of elte.hu) client-ip=157.181.1.14; envelope-from=mingo@elte.hu; helo=elvis.elte.hu; X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: * Hitoshi Mitake wrote: > And I have a question. > In tools/perf/command-list.txt, there is the word "mainporcelain". > What does this mean? tools/perf/ inherited the command-list.txt code from the Git project: git://git.kernel.org/pub/scm/git/git.git in Git talk, 'porcelain' is the pretty stuff humans use. 'plumbing' is the lowlevel stuff humans dont get to see. 'mainporcelain' are the major commands you get listed when you type 'perf' (or 'git'). ( i've Cc:-ed the Git list as i never saw any real formal definition for this anywhere, maybe i got this wrong :-) > Of course I searched this word on my dictionary, but cannot got an answer. > I'm preparing the initial document for perf-bench. > Can I add perf-bench with mainporcelain to command-list.txt? yeah, i'd suggest to do that - that will make 'perf bench' show up in 'perf' output. Ingo