mbox series

[0/3] pm-graph 5.4

Message ID cover.1557855894.git.todd.e.brandt@linux.intel.com (mailing list archive)
Headers show
Series pm-graph 5.4 | expand

Message

Todd Brandt May 14, 2019, 5:53 p.m. UTC
Considerable upgrades to the summary functionality, as well as
new sources of data from turbostat and mcelog. ACPI methods are now
traceable in the timeline as well in dev mode.

Todd Brandt (3):
  Update to pm-graph 5.3
  Update to pm-graph 5.4
  pm-graph 5.4 config and other files

 tools/power/pm-graph/README             | 552 ++++++++++++++++++++
 tools/power/pm-graph/bootgraph.py       |   8 +-
 tools/power/pm-graph/config/example.cfg |  26 +
 tools/power/pm-graph/sleepgraph.8       |  16 +-
 tools/power/pm-graph/sleepgraph.py      | 857 ++++++++++++++++++++++++--------
 5 files changed, 1253 insertions(+), 206 deletions(-)
 create mode 100644 tools/power/pm-graph/README

Comments

Rafael J. Wysocki May 31, 2019, 9:27 a.m. UTC | #1
On Tuesday, May 14, 2019 7:53:56 PM CEST Todd Brandt wrote:
> Considerable upgrades to the summary functionality, as well as
> new sources of data from turbostat and mcelog. ACPI methods are now
> traceable in the timeline as well in dev mode.
> 
> Todd Brandt (3):
>   Update to pm-graph 5.3
>   Update to pm-graph 5.4
>   pm-graph 5.4 config and other files
> 
>  tools/power/pm-graph/README             | 552 ++++++++++++++++++++
>  tools/power/pm-graph/bootgraph.py       |   8 +-
>  tools/power/pm-graph/config/example.cfg |  26 +
>  tools/power/pm-graph/sleepgraph.8       |  16 +-
>  tools/power/pm-graph/sleepgraph.py      | 857 ++++++++++++++++++++++++--------
>  5 files changed, 1253 insertions(+), 206 deletions(-)
>  create mode 100644 tools/power/pm-graph/README
> 
> 

All three applied, thanks!