Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753415AbdCOSgw (ORCPT ); Wed, 15 Mar 2017 14:36:52 -0400 Received: from terminus.zytor.com ([65.50.211.136]:39032 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753339AbdCOSgv (ORCPT ); Wed, 15 Mar 2017 14:36:51 -0400 Date: Wed, 15 Mar 2017 11:36:15 -0700 From: tip-bot for Changbin Du Message-ID: Cc: tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org, acme@redhat.com, changbin.du@intel.com, hpa@zytor.com, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, hpa@zytor.com, changbin.du@intel.com, acme@redhat.com, tglx@linutronix.de, mingo@kernel.org, peterz@infradead.org In-Reply-To: <20170313082845.23373-1-changbin.du@intel.com> References: <20170313082845.23373-1-changbin.du@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Missing c2c command in command-list Git-Commit-ID: f9c10cd645a3defc24110ac71f93e8d18a50d0d6 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 46 Commit-ID: f9c10cd645a3defc24110ac71f93e8d18a50d0d6 Gitweb: http://git.kernel.org/tip/f9c10cd645a3defc24110ac71f93e8d18a50d0d6 Author: Changbin Du AuthorDate: Mon, 13 Mar 2017 16:28:45 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Mar 2017 10:59:31 -0300 perf tools: Missing c2c command in command-list Add the c2c command to command-list.txt so perf help can list this command. Committer notes: Before: # perf help | grep c2c # After: # perf help | grep c2c c2c Shared Data C2C/HITM Analyzer. # Signed-off-by: Changbin Du Tested-by: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170313082845.23373-1-changbin.du@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- 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