All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ftrace v2: function return and function playing nice together
@ 2008-11-26  1:04 Steven Rostedt
  2008-11-26  1:04 ` [PATCH 1/2] ftrace: use code patching for ftrace return tracer Steven Rostedt
  2008-11-26  1:04 ` [PATCH 2/2] ftrace: let function tracing and function return run together Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2008-11-26  1:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton, Frederic Weisbecker

Ingo,

I changed the last two patches of my previous post. The first patch
I did not change, so I am not adding it to this posting.

The changes made to this is compiler warnings.

The first patch I added "return 0;" to the stubs.

The second patch, I removed a hanging "out:" label.

The following patches are in:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

    branch: tip/devel


Steven Rostedt (2):
      ftrace: use code patching for ftrace return tracer
      ftrace: let function tracing and function return run together

----
 arch/x86/kernel/entry_32.S |    5 ++++
 arch/x86/kernel/ftrace.c   |   46 ++++++++++++++++++++++++++++++++++++-
 include/linux/ftrace.h     |    5 ++++
 kernel/trace/ftrace.c      |   54 ++++++++++++-------------------------------
 4 files changed, 70 insertions(+), 40 deletions(-)

-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-26  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26  1:04 [PATCH 0/2] ftrace v2: function return and function playing nice together Steven Rostedt
2008-11-26  1:04 ` [PATCH 1/2] ftrace: use code patching for ftrace return tracer Steven Rostedt
2008-11-26  1:04 ` [PATCH 2/2] ftrace: let function tracing and function return run together Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.