From: Todd Brandt <todd.e.brandt@linux.intel.com>
To: linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com, rjw@rjwysocki.net
Cc: arjan@linux.intel.com, len.brown@intel.com,
todd.e.brandt@intel.com, todd.e.brandt@linux.intel.com
Subject: [PATCH 0/3] TOOLS: pm-graph v4.6
Date: Fri, 7 Apr 2017 11:05:34 -0700 [thread overview]
Message-ID: <cover.1491587995.git.todd.e.brandt@linux.intel.com> (raw)
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
next reply other threads:[~2017-04-07 18:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 18:05 Todd Brandt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1491587995.git.todd.e.brandt@linux.intel.com \
--to=todd.e.brandt@linux.intel.com \
--cc=arjan@linux.intel.com \
--cc=len.brown@intel.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=todd.e.brandt@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.