[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1285243253-7372-1-git-send-email-jolsa@redhat.com>
Date: Thu, 23 Sep 2010 14:00:50 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: rostedt@...dmis.org, fweisbec@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCHv2 0/3] tracing: function graph output for wakeup tracer
hi,
adding function graph output to irqsoff tracer.
The graph output is enabled by setting new 'display-graph'
trace option.
The v2 updates are based on comments by Frederic Weisbecker
and Steven Rostedt, also rebased to latest master.
v2:
- librarized common functions from irqs/preemptoff tracers
- using local_save_flags instead disabling irqs to get the flags
in wakeup_graph_return/wakeup_graph_entry
attached patches:
- 1/3 proper check for irq_depth routines
- 2/3 librarize graph related irqs/preempts off calls
- 3/3 graph support for wakeup tracer
plz let me know what you think
wbr,
jirka
---
kernel/trace/trace.h | 4 +
kernel/trace/trace_functions_graph.c | 87 ++++++++++++-
kernel/trace/trace_irqsoff.c | 56 +-------
kernel/trace/trace_sched_wakeup.c | 231 ++++++++++++++++++++++++++++++++--
4 files changed, 312 insertions(+), 66 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists