Prev: [PATCHv2 3/4] tracing: graph output support for preemptirqsoff/preemptoff tracers
Next: [PATCH] Staging: phison: fix space before TAB coding style issue in phison.c This is a patch to the phison.c file that fixes up a space before TAB warning found by the checkpatch.pl tool Signed-off-by: Lin Chan Hsiao <linchan.hsiao@gmail.com>
From: Jiri Olsa on 10 Mar 2010 03:00 hi, I'm sending reworked version of the graph output support for preemptirqsoff/preemptoff/irqsoff tracers. I made the graph output as an output event, so it could be shared within tracers - patch 1/4. I also added raw trace output for graph tracer. I have this one around for long time and it was quite handy for investigating graph tracer issues. (patch 4/4) attached patches: - 1/4 adding ftrace events for graph tracer - 2/4 graph output support for irqsoff tracer - 3/4 graph output support for preemptirqsoff/preemptoff tracers - 4/4 raw output for graph tracer v2 changes: - keeping the current function graph output format wbr, jirka --- kernel/trace/trace.c | 2 +- kernel/trace/trace.h | 15 ++-- kernel/trace/trace_functions_graph.c | 124 +++++++++++++++++++++---- kernel/trace/trace_irqsoff.c | 174 ++++++++++++++++++++++++++++++++-- 4 files changed, 283 insertions(+), 32 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCHv2 3/4] tracing: graph output support for preemptirqsoff/preemptoff tracers Next: [PATCH] Staging: phison: fix space before TAB coding style issue in phison.c This is a patch to the phison.c file that fixes up a space before TAB warning found by the checkpatch.pl tool Signed-off-by: Lin Chan Hsiao <linchan.hsiao@gmail.com> |