[PATCH 0/3] ftrace: new features




Ingo,

The first patch adds a new feature to trace a single pid in the
function tracer.

The next two patches let the ftrace_return (graph now?) and the
function tracer run together.

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 (3):
ftrace: add function tracing to single thread
ftrace: use code patching for ftrace return tracer
ftrace: let function tracing and function return run together

----
Documentation/ftrace.txt | 79 +++++++++++++
arch/x86/kernel/entry_32.S | 5 +
arch/x86/kernel/ftrace.c | 46 ++++++++-
include/linux/ftrace.h | 5 +
kernel/trace/ftrace.c | 260 +++++++++++++++++++++++++++++++++-----------
5 files changed, 331 insertions(+), 64 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH] perf sched: Add max delay time snapshot
    ... convenient way to find the matching location to the raw traces or to ... What do you mean by mixing it with ftrace data? ... By 'perf sched latency' we can get the schedule latency time, ... function tracer events and other events. ...
    (Linux-Kernel)
  • [patch 077/108] tracing/urgent: fix unbalanced ftrace_start_up
    ... 2.6.30-stable review patch. ... With dynamic ftrace, such results show a wrong ftrace behaviour ... The problem occurs after the first run of the function tracer. ... This is because the reset callback of the function tracer tries to ...
    (Linux-Kernel)
  • [PATCH 1/2] tracing/urgent: fix unbalanced ftrace_start_up
    ... With dynamic ftrace, such results show a wrong ftrace behaviour ... The problem occurs after the first run of the function tracer. ... This is because the reset callback of the function tracer tries to ... to be zero when the last ftrace callback is unregistered. ...
    (Linux-Kernel)
  • Re: [PATCH] Update old Mini-HOWTO for ftrace
    ... The author of ftrace(Internal kernel Function Tracer) feature ... to function to avoid further confusion between the ftrace ... + "wakeup preemptirqsoff preemptoff irqsoff function ...
    (Linux-Kernel)
  • [PATCH 7/8] ftrace: add ftrace_kill_atomic
    ... It has been suggested that I add a way to disable the function tracer ... It will disable the ftrace tracer, ... static inline void tracer_disable ... ftrace_kill - totally shutdown ftrace ...
    (Linux-Kernel)