summaryrefslogtreecommitdiffstats
path: root/rules/sched_switch.in
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-05-07 23:34:06 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:28 +0200
commit19974bd935074b1b632c90b542001a329388fa40 (patch)
treec3a50cbe5899c50667a3f7ceeed5ec6e26e09b67 /rules/sched_switch.in
parent40029fde95ec6a40f987232efabeb2576398904a (diff)
downloadptxdist-19974bd935074b1b632c90b542001a329388fa40.tar.gz
ptxdist-19974bd935074b1b632c90b542001a329388fa40.tar.xz
[sched_switch] add new packet
Add the sched_switch convert tool to visualise context switches. Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'rules/sched_switch.in')
-rw-r--r--rules/sched_switch.in12
1 files changed, 12 insertions, 0 deletions
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
+