Prev: [PATCHv3 2/2] tracing: graph output support for preemptirqsoff/preemptoff tracers
Next: [tip:perf/core] perf record: Zero out mmap_array to fix segfault
From: Jiri Olsa on 26 Mar 2010 08:40 hi, I reworked it based on your comments: - the function_graph tracer should have the same output as current version even with events enabled, unless I missed something again ;) - I gave up the idea of function_graph events, since it was unsuitable for outputing other events as comments "/* */" - I'm not including the raw function_graph for now attached patches: - 1/2 graph output support for irqsoff tracer - 2/2 graph output support for preemptirqsoff/preemptoff tracers plz let me know what you think wbr, jirka --- kernel/trace/trace.c | 31 ++++-- kernel/trace/trace.h | 10 ++ kernel/trace/trace_functions_graph.c | 15 ++- kernel/trace/trace_irqsoff.c | 200 ++++++++++++++++++++++++++++++++- 4 files changed, 233 insertions(+), 23 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/ |