diff options
author | Todd Brandt <todd.e.brandt@intel.com> | 2023-03-14 18:39:36 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-27 19:19:14 +0200 |
commit | 0417552730d0b1c30268fd32546914290b7c7ca0 (patch) | |
tree | 5f8bb8a0971e0721a9ff005d7d58c7ddca7f1130 /tools/power/pm-graph/README | |
parent | Linux 6.3-rc4 (diff) | |
download | linux-0417552730d0b1c30268fd32546914290b7c7ca0.tar.xz linux-0417552730d0b1c30268fd32546914290b7c7ca0.zip |
pm-graph: Update to v5.11
install_latest_from_github.sh:
- Added a new script which allows users to install the latest pm-graph
from the upstream github repo. This is useful if the kernel source
version has issues that have already been fixed in github.
sleepgraph.py:
- Updated all the dmesg suspend/resume PM print formats to be able to
process recent timelines using dmesg only.
- Added ethtool output to the log for the system's ethernet device id the
ethtool exists. This helps in debugging network issues.
- Made the tool more robustly handle events where mangled dmesg or ftrace
outputs do not include all the requisite data. The tool fails gracefully
instead of creating a garbled timeline.
Signed-off-by: Todd Brandt <todd.e.brandt@intel.com>
[ rjw: Changelog edits ]
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/pm-graph/README b/tools/power/pm-graph/README index 3213dbe63b74..047ce1d76467 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.10 + Version: 5.11 Author: Todd Brandt <todd.e.brandt@intel.com> Home Page: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html |