Implement sched switch latency analysis
authorAntoine Busque <abusque@efficios.com>
Mon, 2 Nov 2015 22:58:13 +0000 (17:58 -0500)
committerAntoine Busque <abusque@efficios.com>
Mon, 9 Nov 2015 00:28:14 +0000 (19:28 -0500)
commitb9f05f8d1d26088d952d6f93c68b92d0113f08b2
tree9dbfde1fb6e1322ad9096017c09964c8dbaf44e5
parent9e5ccbbf5e8a0658da89448e70e1ceb11f597ae3
Implement sched switch latency analysis

The sched switch latency analysis allows to measure latencies between
sched_wakeup or sched_waking events and their corresponding
sched_switch event.

It features log, top, and stats output modes.

Signed-off-by: Antoine Busque <abusque@efficios.com>
17 files changed:
lttng-schedlog [new file with mode: 0755]
lttng-schedstats [new file with mode: 0755]
lttng-schedtop [new file with mode: 0755]
lttnganalyses/cli/command.py
lttnganalyses/cli/cputop.py
lttnganalyses/cli/io.py
lttnganalyses/cli/irq.py
lttnganalyses/cli/memtop.py
lttnganalyses/cli/mi.py
lttnganalyses/cli/sched.py [new file with mode: 0644]
lttnganalyses/cli/syscallstats.py
lttnganalyses/core/analysis.py
lttnganalyses/core/sched.py [new file with mode: 0644]
lttnganalyses/linuxautomaton/sched.py
lttnganalyses/linuxautomaton/statedump.py
lttnganalyses/linuxautomaton/sv.py
setup.py
This page took 0.025625 seconds and 5 git commands to generate.