linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] TOOLS: pm-graph v4.7
@ 2017-07-05 21:42 Todd Brandt
  2017-07-05 21:42 ` [PATCH 1/3] pm-graph: AnalyzeSuspend v4.7 Todd Brandt
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Todd Brandt @ 2017-07-05 21:42 UTC (permalink / raw)
  To: linux-pm, rafael.j.wysocki, rjw; +Cc: todd.e.brandt, todd.e.brandt

Upgrade the pm-graph tools from v4.6 to v4.7

Todd Brandt (3):
  pm-graph: AnalyzeSuspend v4.7
  pm-graph: AnalyzeBoot v2.1
  pm-graph: package makefile and man pages

 tools/power/pm-graph/Makefile           |  19 +-
 tools/power/pm-graph/analyze_boot.py    | 586 +++++++++++++++++++++-----------
 tools/power/pm-graph/analyze_suspend.py | 534 ++++++++++++++++++++---------
 tools/power/pm-graph/bootgraph.8        |  61 +++-
 tools/power/pm-graph/sleepgraph.8       |  48 +--
 5 files changed, 852 insertions(+), 396 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/3] TOOLS: pm-graph v4.6
@ 2017-04-07 18:05 Todd Brandt
  2017-04-07 18:05 ` [PATCH 3/3] pm-graph: package makefile and man pages Todd Brandt
  0 siblings, 1 reply; 8+ messages in thread
From: Todd Brandt @ 2017-04-07 18:05 UTC (permalink / raw)
  To: linux-pm, rafael.j.wysocki, rjw
  Cc: arjan, len.brown, todd.e.brandt, todd.e.brandt

The pm-graph package includes two tools: bootgraph and sleepgraph. The
sleepgraph tool is just analyze_suspend.py renamed for brevity. Sleepgraph
focuses on suspend/resume performance in all low power modes. Bootgraph
focuses on boot time performance. Both use dmesg and ftrace as inputs for
analysis and debug.

Todd Brandt (3):
  AnalyzeSuspend v4.6
  AnalyzeBoot v2.0
  pm-graph package files

 tools/power/pm-graph/Makefile                      |  28 +
 tools/power/pm-graph/analyze_boot.py               | 824 ++++++++++++++++++
 .../power/pm-graph}/analyze_suspend.py             | 916 +++++++++++----------
 tools/power/pm-graph/bootgraph.8                   | 132 +++
 tools/power/pm-graph/sleepgraph.8                  | 243 ++++++
 5 files changed, 1722 insertions(+), 421 deletions(-)
 create mode 100644 tools/power/pm-graph/Makefile
 create mode 100755 tools/power/pm-graph/analyze_boot.py
 rename {scripts => tools/power/pm-graph}/analyze_suspend.py (91%)
 create mode 100644 tools/power/pm-graph/bootgraph.8
 create mode 100644 tools/power/pm-graph/sleepgraph.8

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-28  3:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 21:42 [PATCH 0/3] TOOLS: pm-graph v4.7 Todd Brandt
2017-07-05 21:42 ` [PATCH 1/3] pm-graph: AnalyzeSuspend v4.7 Todd Brandt
2017-07-05 21:42 ` [PATCH 2/3] pm-graph: AnalyzeBoot v2.1 Todd Brandt
2017-07-05 21:42 ` [PATCH 3/3] pm-graph: package makefile and man pages Todd Brandt
2017-07-24 20:50 ` [PATCH 0/3] TOOLS: pm-graph v4.7 Rafael J. Wysocki
2017-07-28  3:37   ` Todd Brandt
2017-07-28  3:38 ` Please ignore: [PATCH 0/3 RESEND] " Todd Brandt
  -- strict thread matches above, loose matches on Subject: below --
2017-04-07 18:05 [PATCH 0/3] TOOLS: pm-graph v4.6 Todd Brandt
2017-04-07 18:05 ` [PATCH 3/3] pm-graph: package makefile and man pages Todd Brandt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).