mbox series

[0/2] tools: pm-graph upgrade to v5.2

Message ID cover.1539038947.git.todd.e.brandt@linux.intel.com (mailing list archive)
Headers show
Series tools: pm-graph upgrade to v5.2 | expand

Message

Todd Brandt Oct. 8, 2018, 10:56 p.m. UTC
mostly cosmetic addons, minor functionality enhancements, and simple fixes

Todd Brandt (2):
 tools/power/pm-graph/Makefile                      |    4 +-
 tools/power/pm-graph/bootgraph.py                  |  125 +-
 tools/power/pm-graph/config/cgskip.txt             |    1 +
 .../pm-graph/config/custom-timeline-functions.cfg  |    4 +-
 tools/power/pm-graph/sleepgraph.8                  |   13 +-
 tools/power/pm-graph/sleepgraph.py                 | 1836 +++++++++++---------
 6 files changed, 1087 insertions(+), 896 deletions(-)

Comments

Rafael J. Wysocki Oct. 16, 2018, 9:10 a.m. UTC | #1
On Tuesday, October 9, 2018 12:56:30 AM CEST Todd Brandt wrote:
> mostly cosmetic addons, minor functionality enhancements, and simple fixes
> 
> Todd Brandt (2):
>  tools/power/pm-graph/Makefile                      |    4 +-
>  tools/power/pm-graph/bootgraph.py                  |  125 +-
>  tools/power/pm-graph/config/cgskip.txt             |    1 +
>  .../pm-graph/config/custom-timeline-functions.cfg  |    4 +-
>  tools/power/pm-graph/sleepgraph.8                  |   13 +-
>  tools/power/pm-graph/sleepgraph.py                 | 1836 +++++++++++---------
>  6 files changed, 1087 insertions(+), 896 deletions(-)

Both applied with some subject changes, thanks!