projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8cdee
)
perf_counter tools: report: Add help text for --sort
author
Ingo Molnar
<mingo@elte.hu>
Thu, 28 May 2009 08:52:00 +0000
(10:52 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 28 May 2009 08:53:40 +0000
(10:53 +0200)
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-report.c
patch
|
blob
|
history
diff --git
a/Documentation/perf_counter/builtin-report.c
b/Documentation/perf_counter/builtin-report.c
index 506cde437b785197e9c2ffe6fd091fbb69ac5e16..9fdf8224ee61fa34b984086b593d0eaa47bcb3fb 100644
(file)
--- a/
Documentation/perf_counter/builtin-report.c
+++ b/
Documentation/perf_counter/builtin-report.c
@@
-1240,7
+1240,8
@@
static const struct option options[] = {
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
"dump raw trace in ASCII"),
OPT_STRING('k', "vmlinux", &vmlinux, "file", "vmlinux pathname"),
- OPT_STRING('s', "sort", &sort_order, "foo", "bar"),
+ OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
+ "sort by key(s): pid, comm, dso, symbol. Default: pid,symbol"),
OPT_END()
};