pm-graph: Update to v5.11
authorTodd Brandt <todd.e.brandt@intel.com>
Tue, 14 Mar 2023 17:39:36 +0000 (10:39 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Mar 2023 17:19:14 +0000 (19:19 +0200)
commit0417552730d0b1c30268fd32546914290b7c7ca0
tree5f8bb8a0971e0721a9ff005d7d58c7ddca7f1130
parent197b6b60ae7bc51dd0814953c562833143b292aa
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>
tools/power/pm-graph/README
tools/power/pm-graph/install_latest_from_github.sh [new file with mode: 0755]
tools/power/pm-graph/sleepgraph.py