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:
f1ac18a
)
perf report: Fix usage string
author
Namhyung Kim
<namhyung@gmail.com>
Mon, 12 Dec 2011 15:16:56 +0000
(
00:16
+0900)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Thu, 22 Dec 2011 12:23:55 +0000
(10:23 -0200)
perf report does not take a command from command line.
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link:
http://lkml.kernel.org/r/1323703017-6060-8-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-report.c
b/tools/perf/builtin-report.c
index b2654c9fb5c6fe1c937e092a2a214e3a94d602d1..9051f6bfaa7e4a44a8357cacf30af261a5dee1bd 100644
(file)
--- a/
tools/perf/builtin-report.c
+++ b/
tools/perf/builtin-report.c
@@
-432,7
+432,7
@@
int cmd_report(int argc, const char **argv, const char *prefix __used)
{
char callchain_default_opt[] = "fractal,0.5,callee";
const char * const report_usage[] = {
- "perf report [<options>]
<command>
",
+ "perf report [<options>]",
NULL
};
struct perf_report report = {