Skip to content

Commit

Permalink
tracing/events: fix lockdep system name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Apr 15, 2009
1 parent 61f919a commit ecda8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/lockdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/tracepoint.h>

#undef TRACE_SYSTEM
#define TRACE_SYSTEM lock
#define TRACE_SYSTEM lockdep

#ifdef CONFIG_LOCKDEP

Expand Down

0 comments on commit ecda8ae

Please sign in to comment.