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:
8498845
)
perf probe: Use pr_debug for debug message
author
Masami Hiramatsu
<
[email protected]
>
Mon, 7 Dec 2009 17:00:59 +0000
(12:00 -0500)
committer
Ingo Molnar
<
[email protected]
>
Mon, 7 Dec 2009 17:33:22 +0000
(18:33 +0100)
Use pr_debug() for "missing vmlinux" debugging message.
Signed-off-by: Masami Hiramatsu <
[email protected]
>
Cc: systemtap <
[email protected]
>
Cc: DLE <
[email protected]
>
Cc: Frederic Weisbecker <
[email protected]
>
Cc: Arnaldo Carvalho de Melo <
[email protected]
>
Cc: Frederic Weisbecker <
[email protected]
>
LKML-Reference: <
20091207170059
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
tools/perf/builtin-probe.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-probe.c
b/tools/perf/builtin-probe.c
index a58e11b7ea8000de71659a93f093d5d2dcddcb73..8993a1f4e1c31eadf2905e1dd203df661d202dcc 100644
(file)
--- a/
tools/perf/builtin-probe.c
+++ b/
tools/perf/builtin-probe.c
@@
-194,8
+194,8
@@
int cmd_probe(int argc, const char **argv, const char *prefix __used)
if (session.need_dwarf)
die("Could not open vmlinux/module file.");
- pr_
warnin
g("Could not open vmlinux/module file."
-
" Try to use symbols.\n");
+ pr_
debu
g("Could not open vmlinux/module file."
+ " Try to use symbols.\n");
goto end_dwarf;
}