Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752615AbdCMN56 (ORCPT ); Mon, 13 Mar 2017 09:57:58 -0400 Received: from mail.kernel.org ([198.145.29.136]:59046 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbdCMN5v (ORCPT ); Mon, 13 Mar 2017 09:57:51 -0400 Date: Mon, 13 Mar 2017 10:57:46 -0300 From: Arnaldo Carvalho de Melo To: changbin.du@intel.com Cc: peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf: missing c2c command in command-list Message-ID: <20170313135746.GL2750@kernel.org> References: <20170313082845.23373-1-changbin.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170313082845.23373-1-changbin.du@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 28 Em Mon, Mar 13, 2017 at 04:28:45PM +0800, changbin.du@intel.com escreveu: > From: Changbin Du > > Add the c2c command to command-list.txt so perf help can list this > command. Thanks, applied. > Signed-off-by: Changbin Du > --- > tools/perf/command-list.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt > index ac3efd3..2d0caf2 100644 > --- a/tools/perf/command-list.txt > +++ b/tools/perf/command-list.txt > @@ -9,6 +9,7 @@ perf-buildid-cache mainporcelain common > perf-buildid-list mainporcelain common > perf-data mainporcelain common > perf-diff mainporcelain common > +perf-c2c mainporcelain common > perf-config mainporcelain common > perf-evlist mainporcelain common > perf-ftrace mainporcelain common > -- > 2.7.4