[PATCH 0/2] [GIT PULL] updates for event tester and lockdep tracer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steven Rostedt
Date: Thursday, April 16, 2009 - 9:15 am

Ingo,

I did not add your delay.h fix, since I was not sure if you added it 
(I saw a commit sha1 in the email).

I actually wrote the function trace event tester last night. But because
it would sometimes lock up the system on bootup I held off.

But I also found that the lockdep trace points where they are would lock up
my system too. If I placed them inside the current->lockdep_recursion,
everything ran stable.

I ran the lockdep trace points enabled all night with the second patch.
Without the second patch, it would lockup within a few minutes.

Please pull the latest tip/tracing/core-v2 tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/core-v2


Steven Rostedt (2):
      tracing/events: perform function tracing in event selftests
      tracing/events/lockdep: move tracepoints within recursive protection

----
 kernel/lockdep.c            |   14 ++++----
 kernel/trace/trace_events.c |   80 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 80 insertions(+), 14 deletions(-)
-- 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] [GIT PULL] updates for event tester and lockde ..., Steven Rostedt, (Thu Apr 16, 9:15 am)
Re: [PATCH 2/2] tracing/events/lockdep: move tracepoints w ..., Mathieu Desnoyers, (Thu Apr 16, 11:22 am)
Re: [PATCH 2/2] tracing/events/lockdep: move tracepoints w ..., Mathieu Desnoyers, (Thu Apr 16, 11:29 am)
Re: [PATCH 2/2] tracing/events/lockdep: move tracepoints w ..., Mathieu Desnoyers, (Thu Apr 16, 9:52 pm)
[tip:core/urgent] lockdep: more robust lockdep_map init se ..., tip-bot for Peter Zi ..., (Fri Apr 17, 9:03 am)
[tip:tracing/core] tracing/events: perform function tracin ..., tip-bot for Steven R ..., (Fri Apr 17, 9:10 am)
[PATCH] x86 entry_64.S lockdep fix, Mathieu Desnoyers, (Fri Apr 17, 3:19 pm)
Re: [PATCH] x86 entry_64.S lockdep fix, Steven Rostedt, (Sat Apr 18, 6:54 am)
Re: [PATCH] x86 entry_64.S lockdep fix, Mathieu Desnoyers, (Sat Apr 18, 9:11 pm)
Re: [PATCH] x86 entry_64.S lockdep fix, Ingo Molnar, (Sun Apr 19, 2:10 am)