diff options
author | Todd Brandt <todd.e.brandt@linux.intel.com> | 2020-11-11 03:36:17 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-11-23 18:20:28 +0100 |
commit | d23e95c09067618eabd6d0e8cff372f0ce517c84 (patch) | |
tree | d5ecfa2309ba2be18c086f5e63a6720cc3b938f4 /tools/power/pm-graph/README | |
parent | Linux 5.10-rc5 (diff) | |
download | linux-d23e95c09067618eabd6d0e8cff372f0ce517c84.tar.xz linux-d23e95c09067618eabd6d0e8cff372f0ce517c84.zip |
pm-graph v5.8
- if wakeups occur in s2idle: "freeze time: N (-x ms waking y times) ms"
- change FREEZELOOP and FREEZEWAKE to S2LOOP and S2WAKE for brevity
- returns all sysfs vals to their initial state after testing
- use the dmesg log for debugging until the test is completed,
instrument the executeSuspend process to have a full trace,
if test completes, formal dmesg log overwrites the debug log
- fix CPU_ON and CPU_OFF devices in the timeline, should include [n]
Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power/pm-graph/README')
-rw-r--r-- | tools/power/pm-graph/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/pm-graph/README b/tools/power/pm-graph/README index 89d0a7dab4bc..da468bd510ca 100644 --- a/tools/power/pm-graph/README +++ b/tools/power/pm-graph/README @@ -6,7 +6,7 @@ |_| |___/ |_| pm-graph: suspend/resume/boot timing analysis tools - Version: 5.7 + Version: 5.8 Author: Todd Brandt <todd.e.brandt@intel.com> Home Page: https://01.org/pm-graph @@ -61,7 +61,7 @@ - runs with python2 or python3, choice is made by /usr/bin/python link - python - python-configparser (for python2 sleepgraph) - - python-requests (for googlesheet.py) + - python-requests (for stresstester.py) - linux-tools-common (for turbostat usage in sleepgraph) Ubuntu: |