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:
8b05a3a
)
tracing: uprobes: Fix typo in pr_fmt string
author
Andreas Ziegler
<
[email protected]
>
Thu, 17 Jan 2019 13:30:23 +0000
(14:30 +0100)
committer
Steven Rostedt (VMware)
<
[email protected]
>
Thu, 17 Jan 2019 14:51:42 +0000
(09:51 -0500)
The subsystem-specific message prefix for uprobes was also
"trace_kprobe: " instead of "trace_uprobe: " as described in
the original commit message.
Link:
http://lkml.kernel.org/r/
[email protected]
Cc: Ingo Molnar <
[email protected]
>
Cc:
[email protected]
Acked-by: Masami Hiramatsu <
[email protected]
>
Fixes: 7257634135c24 ("tracing/probe: Show subsystem name in messages")
Signed-off-by: Andreas Ziegler <
[email protected]
>
Signed-off-by: Steven Rostedt (VMware) <
[email protected]
>
kernel/trace/trace_uprobe.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_uprobe.c
b/kernel/trace/trace_uprobe.c
index e335576b941181614abd9eb8c15b0b710c3c0972..19a1a8e19062b817eb21ec77607ef67b88f5c530 100644
(file)
--- a/
kernel/trace/trace_uprobe.c
+++ b/
kernel/trace/trace_uprobe.c
@@
-5,7
+5,7
@@
* Copyright (C) IBM Corporation, 2010-2012
* Author: Srikar Dronamraju <
[email protected]
>
*/
-#define pr_fmt(fmt) "trace_
k
probe: " fmt
+#define pr_fmt(fmt) "trace_
u
probe: " fmt
#include <linux/ctype.h>
#include <linux/module.h>