Skip to content

Commit 9bfb097

Browse files
tebrandtrafaeljw
authored andcommitted
pm-graph v5.10
sleepgraph: - add -wifitrace argument for tracing all the way to wifi reconnect - include more data in ftrace to mark the end of kernel resume - add async_synchronize_full to the list of funcs to chart - add thermal zone info to the log data - include a check for s0ix support (s2idle is the default mem_sleep) - if s2idle does not support s0ix, remove the SYS%LPI turbostat var - fix -dev crash when kprobe caller is just an address (not a symbol) - fix the cpuexec data in -proc to display in resume sleepgraph.8: - add -wifitrace documentation README: - change links from 01.org to developer.intel.com Signed-off-by: Todd Brandt <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 247f34f commit 9bfb097

File tree

3 files changed

+118
-122
lines changed

3 files changed

+118
-122
lines changed

tools/power/pm-graph/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
|_| |___/ |_|
77

88
pm-graph: suspend/resume/boot timing analysis tools
9-
Version: 5.9
9+
Version: 5.10
1010
Author: Todd Brandt <[email protected]>
11-
Home Page: https://01.org/pm-graph
11+
Home Page: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html
1212

1313
Report bugs/issues at bugzilla.kernel.org Tools/pm-graph
1414
- https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
1515

1616
Full documentation available online & in man pages
1717
- Getting Started:
18-
https://01.org/pm-graph/documentation/getting-started
18+
https://www.intel.com/content/www/us/en/developer/articles/technical/usage.html
1919

20-
- Config File Format:
21-
https://01.org/pm-graph/documentation/3-config-file-format
20+
- Feature Summary:
21+
https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/features.html
2222

2323
- upstream version in git:
24-
https://github.com/intel/pm-graph/
24+
git clone https://github.com/intel/pm-graph/
2525

2626
Table of Contents
2727
- Overview

tools/power/pm-graph/sleepgraph.8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ This helps maintain the consistency of test data for better comparison.
7878
If a wifi connection is available, check that it reconnects after resume. Include
7979
the reconnect time in the total resume time calculation and treat wifi timeouts
8080
as resume failures.
81+
.TP
82+
\fB-wifitrace\fR
83+
Trace through the wifi reconnect time and include it in the timeline.
8184

8285
.SS "advanced"
8386
.TP

0 commit comments

Comments
 (0)