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:
5f9c39d
)
perf tools: Fix spelling mistake in callchain error
author
Frederic Weisbecker
<
[email protected]
>
Mon, 17 Aug 2009 21:07:48 +0000
(23:07 +0200)
committer
Ingo Molnar
<
[email protected]
>
Mon, 17 Aug 2009 22:00:18 +0000
(
00:00
+0200)
While running perf report -g in a perf.data file that hasn't
been recorded in callchain mode, the error reported has a
spelling issue:
./perf report -g
selected -c but no callchain data. Did you call perf record without -g?
Fix it.
Signed-off-by: Frederic Weisbecker <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Arnaldo Carvalho de Melo <
[email protected]
>
Cc: Mike Galbraith <
[email protected]
>
Cc: Steven Rostedt <
[email protected]
>
LKML-Reference: <
1250543271
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
tools/perf/builtin-report.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-report.c
b/tools/perf/builtin-report.c
index 1e3ad22d53dcfe1c47d7d618d414a6e560e2a69a..ed1fdab3a1f50431918cbe0a0976b35a4e169e8d 100644
(file)
--- a/
tools/perf/builtin-report.c
+++ b/
tools/perf/builtin-report.c
@@
-1401,7
+1401,7
@@
static int __cmd_report(void)
exit(-1);
}
if (callchain) {
- fprintf(stderr, "selected -
c
but no callchain data."
+ fprintf(stderr, "selected -
g
but no callchain data."
" Did you call perf record without"
" -g?\n");
exit(-1);