فهرست منبع

tracing/events: fix lockdep system name

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>
Steven Rostedt 16 سال پیش
والد
کامیت
ecda8ae02a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/trace/lockdep.h

+ 1 - 1
include/trace/lockdep.h

@@ -5,7 +5,7 @@
 #include <linux/tracepoint.h>
 #include <linux/tracepoint.h>
 
 
 #undef TRACE_SYSTEM
 #undef TRACE_SYSTEM
-#define TRACE_SYSTEM lock
+#define TRACE_SYSTEM lockdep
 
 
 #ifdef CONFIG_LOCKDEP
 #ifdef CONFIG_LOCKDEP