diff options
author | Changbin Du <changbin.du@intel.com> | 2017-03-13 16:28:45 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-03-13 10:59:31 -0300 |
commit | f9c10cd645a3defc24110ac71f93e8d18a50d0d6 (patch) | |
tree | 7d590e9bab1001d6fee275df090559896c236546 /tools/perf/command-list.txt | |
parent | 1936feae54a6724a27a6ca1b948fd0e80371f7b0 (diff) | |
download | blackbird-op-linux-f9c10cd645a3defc24110ac71f93e8d18a50d0d6.tar.gz blackbird-op-linux-f9c10cd645a3defc24110ac71f93e8d18a50d0d6.zip |
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 <changbin.du@intel.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170313082845.23373-1-changbin.du@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/command-list.txt')
-rw-r--r-- | tools/perf/command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |