Commit ffbb95aa authored by Todd E Brandt's avatar Todd E Brandt Committed by Rafael J. Wysocki
Browse files

PM / tools: pm-graph: upgrade to v5.1



general changes:
 - make python dependent on version2 to enable clearlinux
 - upgrade dmesg error/warning extraction to be more detailed
 - enable logs generated from -cmd runs to be processed in gzip form
 - add notification on power mode entry failure into the timeline
 - add -battery option to show if battery is connected and its charge

summary changes (output of -summary):
 - add -genhtml option to regenerate missing timelines from logs found
 - add min/max/median/avg data to the summary page with links to the data
 - add highlight to minimum, maximum, and median tests
 - add result column to summary (pass or fail) with red highlight on fail
 - add issues column to summary with a list of dmesg err/warn/bugs

Signed-off-by: default avatarTodd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 35459105
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
#!/usr/bin/python
#!/usr/bin/python2
#
#
# Tool for analyzing boot timing
# Tool for analyzing boot timing
# Copyright (c) 2013, Intel Corporation.
# Copyright (c) 2013, Intel Corporation.
+4 −0
Original line number Original line Diff line number Diff line
@@ -168,6 +168,7 @@ Create a summary page of all tests in \fIindir\fR. Creates summary.html
in the current folder. The output page is a table of tests with
in the current folder. The output page is a table of tests with
suspend and resume values sorted by suspend mode, host, and kernel.
suspend and resume values sorted by suspend mode, host, and kernel.
Includes test averages by mode and links to the test html files.
Includes test averages by mode and links to the test html files.
Use -genhtml to include tests with missing html.
.TP
.TP
\fB-modes\fR
\fB-modes\fR
List available suspend modes.
List available suspend modes.
@@ -179,6 +180,9 @@ with any options you intend to use to see if they will work.
\fB-fpdt\fR
\fB-fpdt\fR
Print out the contents of the ACPI Firmware Performance Data Table.
Print out the contents of the ACPI Firmware Performance Data Table.
.TP
.TP
\fB-battery\fR
Print out battery status and current charge.
.TP
\fB-sysinfo\fR
\fB-sysinfo\fR
Print out system info extracted from BIOS. Reads /dev/mem directly instead of going through dmidecode.
Print out system info extracted from BIOS. Reads /dev/mem directly instead of going through dmidecode.
.TP
.TP
+262 −137

File changed.

Preview size limit exceeded, changes collapsed.