projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f919a
)
tracing/events: fix lockdep system name
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 14 Apr 2009 22:49:38 +0000
(18:49 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 15 Apr 2009 02:04:26 +0000
(22:04 -0400)
Impact: fix compile error of lockdep event tracer
Ingo Molnar pointed out that the system name for the lockdep tracer was "lock"
which is used to include the event trace file name. It should be "lockdep"
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/lockdep.h
patch
|
blob
|
blame
|
history
diff --git
a/include/trace/lockdep.h
b/include/trace/lockdep.h
index 4d301e758de3eebbf63513d8cc41836f3def0fa4..45e326b5c7f3e69b81e1453782090e3b7c903433 100644
(file)
--- a/
include/trace/lockdep.h
+++ b/
include/trace/lockdep.h
@@
-5,7
+5,7
@@
#include <linux/tracepoint.h>
#undef TRACE_SYSTEM
-#define TRACE_SYSTEM lock
+#define TRACE_SYSTEM lock
dep
#ifdef CONFIG_LOCKDEP