commit | ecda8ae02a08ef065ff387f5cb2a2d4999da2408 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Apr 14 18:49:38 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Apr 14 22:04:26 2009 -0400 |
tree | d642186713a134e984455119665fb2ffb5f26b05 | |
parent | 61f919a12fbdc3fd20f980a34a118d597198a392 [diff] |
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>