]> asedeno.scripts.mit.edu Git - linux.git/commit
PM / tools: sleepgraph: first batch of v5.2 changes
authorTodd Brandt <todd.e.brandt@linux.intel.com>
Mon, 8 Oct 2018 22:56:31 +0000 (15:56 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Oct 2018 07:27:33 +0000 (09:27 +0200)
commit5484f0334439701900121a107709c461215cadb6
tree8fea56173f8252d0eb801771c567ace532a776b9
parent0238df646e6224016a45505d2c111a24669ebe21
PM / tools: sleepgraph: first batch of v5.2 changes

general:
- add battery charge data before and after test
- remove special s0i3 handling
- remove melding of dmesg & ftrace data in old kernels, use one only
- updates to various kprobes in trace (ksys_sync, etc)
- enable pm_debug_messages during the test
- instrument more subsystems with dev functions (phy0)

error handling:
- return codes for tool show the status of the test run
- 0: success, 1: general error (no timeline), 2: fail (suspend aborted)
- monitor output of /sys/power/state, mark as failure if exception occurs
- add signal handler when using -result to catch tool exceptions

display control
- add -x commands for testing xset with mode settings and status
- allow display setting to on, off, suspend, standby
- add display mode change info to the log, along with a warning on fail

s2idle (freeze)
- remove fixed 10-phase dependency, allow any phase order & any count
- multiple phase occurences show as phase_nameN e.g. suspend_noirq3
- if multiple freezes occur, print multiple time values in header

summary:
- add new columns to summary output: issues, worst suspend/resume devices
- worst device: includes summation of all phases of suspend or resume
- issues: includes WARNING/ERROR/BUG from dmesg log, and other issues
- s2idle: multiple freezes show as FREEZExN in the issues column

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/Makefile
tools/power/pm-graph/sleepgraph.8
tools/power/pm-graph/sleepgraph.py