linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] TOOLS: pm-graph v4.6
@ 2017-04-07 18:05 Todd Brandt
  2017-04-07 18:05 ` [PATCH 1/3] pm-graph: AnalyzeSuspend v4.6 Todd Brandt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2017-04-07 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-07 18:05 [PATCH 0/3] TOOLS: pm-graph v4.6 Todd Brandt
2017-04-07 18:05 ` [PATCH 1/3] pm-graph: AnalyzeSuspend v4.6 Todd Brandt
2017-04-07 18:05 ` [PATCH 2/3] pm-graph: AnalyzeBoot v2.0 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).