pm-graph: config files and installer
authorTodd E Brandt <todd.e.brandt@linux.intel.com>
Tue, 30 Jan 2018 08:17:18 +0000 (00:17 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 21 Feb 2018 22:56:22 +0000 (23:56 +0100)
commita6fbdbb2b852c2208156f21747b270931fd0d427
tree064ab37264d54e9139f910446e7d2b3c178c5ef6
parent91ab883eb21325ad80f3473633f794c78ac87f51
pm-graph: config files and installer

- name change: analyze_boot.py to bootgraph.py
- name change: analyze_suspend.py to sleepgraph.py
- added config files for easier sleepgraph usage
- added example.cfg which describes all config options
- added cgskip.txt definition for slimmer callgraphs

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
16 files changed:
tools/power/pm-graph/Makefile
tools/power/pm-graph/bootgraph.py [moved from tools/power/pm-graph/analyze_boot.py with 100% similarity]
tools/power/pm-graph/config/cgskip.txt [new file with mode: 0644]
tools/power/pm-graph/config/custom-timeline-functions.cfg [new file with mode: 0644]
tools/power/pm-graph/config/example.cfg [new file with mode: 0644]
tools/power/pm-graph/config/freeze-callgraph.cfg [new file with mode: 0644]
tools/power/pm-graph/config/freeze-dev.cfg [new file with mode: 0644]
tools/power/pm-graph/config/freeze.cfg [new file with mode: 0644]
tools/power/pm-graph/config/standby-callgraph.cfg [new file with mode: 0644]
tools/power/pm-graph/config/standby-dev.cfg [new file with mode: 0644]
tools/power/pm-graph/config/standby.cfg [new file with mode: 0644]
tools/power/pm-graph/config/suspend-callgraph.cfg [new file with mode: 0644]
tools/power/pm-graph/config/suspend-dev.cfg [new file with mode: 0644]
tools/power/pm-graph/config/suspend-x2-proc.cfg [new file with mode: 0644]
tools/power/pm-graph/config/suspend.cfg [new file with mode: 0644]
tools/power/pm-graph/sleepgraph.py [moved from tools/power/pm-graph/analyze_suspend.py with 100% similarity]