diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-10-16 20:08:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-17 09:54:01 +0200 |
commit | 595c36490deb49381dc51231a3d5e6b66786ed27 (patch) | |
tree | ea77b391456a78cfb1c1a0209c0591777273637e /tools/perf/command-list.txt | |
parent | 9769833b8e4425dc93fc837bf124c6cb02a51abb (diff) | |
download | blackbird-op-linux-595c36490deb49381dc51231a3d5e6b66786ed27.tar.gz blackbird-op-linux-595c36490deb49381dc51231a3d5e6b66786ed27.zip |
perf: Add perf-probe document
Add perf-probe subcommand document and add it to command-list.
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20091017000827.16556.73539.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 00326e230d87..6475db4f194c 100644 --- a/tools/perf/command-list.txt +++ b/tools/perf/command-list.txt @@ -11,3 +11,4 @@ perf-stat mainporcelain common perf-timechart mainporcelain common perf-top mainporcelain common perf-trace mainporcelain common +perf-probe mainporcelain common |