OSDN Git Service

PM / tools: sleepgraph and bootgraph: upgrade to v5.2
authorTodd Brandt <todd.e.brandt@linux.intel.com>
Mon, 8 Oct 2018 22:56:32 +0000 (15:56 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Oct 2018 07:27:34 +0000 (09:27 +0200)
commit18d3f8fc0c2c5a55d40d1bedcf46865ecb87d84e
treeed38f74b0999081ac9e1fb574dc0219d5fb823cd
parent5484f0334439701900121a107709c461215cadb6
PM / tools: sleepgraph and bootgraph: upgrade to v5.2

bootgraph & sleepgraph:
- funnel all prints through the pprint function
- remove superfluous print calls, arrange them in single blocks
- flush stdout on every print, enables log capture on hang

sleepgraph:
- in -summary, if all tests have the same host+kernel+mode, add to title
- update verbose device detail print to include machine suspend/resume
- match tKernSus and tKernRes to pm_prepare/restore_console
- fully support multiple suspend/resumes in a single timeline
- enable various disk modes (disk-suspend, disk-test_resume, etc)
- add warnings when -display (xset) fails

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/pm-graph/bootgraph.py
tools/power/pm-graph/config/cgskip.txt
tools/power/pm-graph/config/custom-timeline-functions.cfg
tools/power/pm-graph/sleepgraph.py