diff options
author | Changbin Du <[email protected]> | 2017-03-13 16:28:45 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-03-13 10:59:31 -0300 |
commit | f9c10cd645a3defc24110ac71f93e8d18a50d0d6 (patch) | |
tree | 7d590e9bab1001d6fee275df090559896c236546 | |
parent | 1936feae54a6724a27a6ca1b948fd0e80371f7b0 (diff) |
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 <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-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 |