linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Todd Brandt <todd.e.brandt@linux.intel.com>
To: linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com, rjw@rjwysocki.net
Cc: todd.e.brandt@linux.intel.com, todd.e.brandt@intel.com
Subject: [PATCH 0/3] TOOLS: pm-graph v5.0
Date: Tue, 30 Jan 2018 00:17:17 -0800	[thread overview]
Message-ID: <cover.1517297999.git.todd.e.brandt@linux.intel.com> (raw)

Upgrade the pm-graph tools from v4.7 to v5.0

Todd Brandt (3):
  pm-graph: config files and installer
  pm-graph: AnalyzeBoot v2.2
  pm-graph: AnalyzeSuspend v5.0

 tools/power/pm-graph/Makefile                      |   29 +-
 tools/power/pm-graph/bootgraph.8                   |   18 +-
 .../pm-graph/{analyze_boot.py => bootgraph.py}     |  219 ++-
 tools/power/pm-graph/config/cgskip.txt             |   65 +
 .../pm-graph/config/custom-timeline-functions.cfg  |  205 +++
 tools/power/pm-graph/config/example.cfg            |  133 ++
 tools/power/pm-graph/config/freeze-callgraph.cfg   |   94 ++
 tools/power/pm-graph/config/freeze-dev.cfg         |   93 ++
 tools/power/pm-graph/config/freeze.cfg             |   93 ++
 tools/power/pm-graph/config/standby-callgraph.cfg  |   94 ++
 tools/power/pm-graph/config/standby-dev.cfg        |   93 ++
 tools/power/pm-graph/config/standby.cfg            |   93 ++
 tools/power/pm-graph/config/suspend-callgraph.cfg  |   98 ++
 tools/power/pm-graph/config/suspend-dev.cfg        |   93 ++
 tools/power/pm-graph/config/suspend-x2-proc.cfg    |   93 ++
 tools/power/pm-graph/config/suspend.cfg            |   93 ++
 tools/power/pm-graph/sleepgraph.8                  |   47 +-
 .../pm-graph/{analyze_suspend.py => sleepgraph.py} | 1625 ++++++++++++--------
 18 files changed, 2575 insertions(+), 703 deletions(-)
 rename tools/power/pm-graph/{analyze_boot.py => bootgraph.py} (85%)
 create mode 100644 tools/power/pm-graph/config/cgskip.txt
 create mode 100644 tools/power/pm-graph/config/custom-timeline-functions.cfg
 create mode 100644 tools/power/pm-graph/config/example.cfg
 create mode 100644 tools/power/pm-graph/config/freeze-callgraph.cfg
 create mode 100644 tools/power/pm-graph/config/freeze-dev.cfg
 create mode 100644 tools/power/pm-graph/config/freeze.cfg
 create mode 100644 tools/power/pm-graph/config/standby-callgraph.cfg
 create mode 100644 tools/power/pm-graph/config/standby-dev.cfg
 create mode 100644 tools/power/pm-graph/config/standby.cfg
 create mode 100644 tools/power/pm-graph/config/suspend-callgraph.cfg
 create mode 100644 tools/power/pm-graph/config/suspend-dev.cfg
 create mode 100644 tools/power/pm-graph/config/suspend-x2-proc.cfg
 create mode 100644 tools/power/pm-graph/config/suspend.cfg
 rename tools/power/pm-graph/{analyze_suspend.py => sleepgraph.py} (82%)

-- 
2.14.1

             reply	other threads:[~2018-01-30  8:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-30  8:17 Todd Brandt [this message]
2018-01-30  8:17 ` [PATCH 1/3] pm-graph: config files and installer Todd Brandt
2018-01-30  8:17 ` [PATCH 2/3] pm-graph: AnalyzeBoot v2.2 Todd Brandt
2018-01-30  8:17 ` [PATCH 3/3] pm-graph: AnalyzeSuspend v5.0 Todd Brandt
2018-02-09 11:59 ` [PATCH 0/3] TOOLS: pm-graph v5.0 Rafael J. Wysocki
2018-02-12 15:54   ` 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.1517297999.git.todd.e.brandt@linux.intel.com \
    --to=todd.e.brandt@linux.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 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).