Skip to content

Commit 9b34ffa

Browse files
committed
Merge back earlier PM tools material for v4.18.
2 parents ba8042a + ffbb95a commit 9b34ffa

File tree

4 files changed

+302
-157
lines changed

4 files changed

+302
-157
lines changed

tools/power/pm-graph/bootgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python2
22
#
33
# Tool for analyzing boot timing
44
# Copyright (c) 2013, Intel Corporation.

tools/power/pm-graph/sleepgraph.8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Create a summary page of all tests in \fIindir\fR. Creates summary.html
168168
in the current folder. The output page is a table of tests with
169169
suspend and resume values sorted by suspend mode, host, and kernel.
170170
Includes test averages by mode and links to the test html files.
171+
Use -genhtml to include tests with missing html.
171172
.TP
172173
\fB-modes\fR
173174
List available suspend modes.
@@ -179,6 +180,9 @@ with any options you intend to use to see if they will work.
179180
\fB-fpdt\fR
180181
Print out the contents of the ACPI Firmware Performance Data Table.
181182
.TP
183+
\fB-battery\fR
184+
Print out battery status and current charge.
185+
.TP
182186
\fB-sysinfo\fR
183187
Print out system info extracted from BIOS. Reads /dev/mem directly instead of going through dmidecode.
184188
.TP

0 commit comments

Comments
 (0)