From 19974bd935074b1b632c90b542001a329388fa40 Mon Sep 17 00:00:00 2001 From: Remy Bohmer Date: Fri, 7 May 2010 23:34:06 +0200 Subject: [sched_switch] add new packet Add the sched_switch convert tool to visualise context switches. Signed-off-by: Remy Bohmer --- rules/sched_switch.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rules/sched_switch.in (limited to 'rules/sched_switch.in') diff --git a/rules/sched_switch.in b/rules/sched_switch.in new file mode 100644 index 000000000..01d26beba --- /dev/null +++ b/rules/sched_switch.in @@ -0,0 +1,12 @@ +## SECTION=shell_and_console + +config SCHED_SWITCH + tristate + prompt "sched switch" + help + This is a tool that convert the kernel tracer 'sched_switch' data to + VCD (value change dump) data. + It makes a graphical visualization tool of the task switches that can be + visualised with GTK-wave + See http://www.osadl.org/Visualize-the-temporal-relationship-of-L.taks-visualizer.0.html + -- cgit v1.2.3