]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scripts: analyze_suspend.py: Update to upstream v4.4
authorTodd E Brandt <todd.e.brandt@linux.intel.com>
Wed, 14 Dec 2016 18:37:06 +0000 (10:37 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 27 Jan 2017 10:25:35 +0000 (11:25 +0100)
commit1ea39643b64a791406a7324a9c44b82ac646c9d8
treeb45dfbd71c60f0d4c1f6a17f0a1fe84160705816
parent203f1f986a0d8504f0f843b42fa7f087d0c91a29
scripts: analyze_suspend.py: Update to upstream v4.4

- when running with sudo, change output dir back to SUDO_USER ownership
- replace all os.system/popen instances with subprocess.call/Popen
- graph pm device callbacks and async threads in separate sections
- remove kprobe config section and replaced it with timeline_functions
- added new kprobe config section for dev mode: dev_timeline_functions
- merge call loops in dev mode to create a single event with a count
- added hover text to all header entries to explain what they mean
- changed the -filter option to grep device driver/name for a string
- added new options for tuning the dev mode timeline/custom kprobes

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
scripts/analyze_suspend.py