[PATCH 04/19] perf tools: Missing c2c command in command-list

From: Arnaldo Carvalho de Melo
Date: Tue Mar 14 2017 - 14:55:24 EST


From: Changbin Du <changbin.du@xxxxxxxxx>

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 <changbin.du@xxxxxxxxx>
Tested-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Link: http://lkml.kernel.org/r/20170313082845.23373-1-changbin.du@xxxxxxxxx
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
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 ac3efd396a72..2d0caf20ff3a 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.9.3