]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / tools: analyze_suspend.py: suspend/resume performance optimization tool
authorTodd E Brandt <todd.e.brandt@linux.intel.com>
Thu, 5 Dec 2013 17:21:32 +0000 (09:21 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Jan 2014 12:44:56 +0000 (13:44 +0100)
commit7e7b5a1b3f749a051397f7c06bcbdb8f2c0fd693
treec7b3eadb4b4759602311a20dce9dc42f8868ffe2
parent4904d2c745e074e8725325b5b5de4cc850e20888
PM / tools: analyze_suspend.py: suspend/resume performance optimization tool

This tool is designed to assist kernel and OS developers in optimizing
their linux stack's suspend/resume time. Using a kernel image built with a
few extra options enabled, the tool will execute a suspend and will
capture dmesg and ftrace data until resume is complete. This data is
transformed into a device timeline and a callgraph to give a quick and
detailed view of which devices and callbacks are taking the most time in
suspend/resume. The output is a single html file which can be viewed in
firefox or chrome.

References: https://01.org/suspendresume

Signed-off-by: Todd Brandt <todd.e.brandt@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
scripts/analyze_suspend.py [new file with mode: 0755]