Skip to content

Commit

Permalink
scripts: analyze_suspend.py: Update to upstream v4.4
Browse files Browse the repository at this point in the history
- when running with sudo, change output dir back to SUDO_USER ownership
- replace all os.system/popen instances with subprocess.call/Popen
- graph pm device callbacks and async threads in separate sections
- remove kprobe config section and replaced it with timeline_functions
- added new kprobe config section for dev mode: dev_timeline_functions
- merge call loops in dev mode to create a single event with a count
- added hover text to all header entries to explain what they mean
- changed the -filter option to grep device driver/name for a string
- added new options for tuning the dev mode timeline/custom kprobes

Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Todd E Brandt authored and Rafael J. Wysocki committed Jan 27, 2017
1 parent 203f1f9 commit 1ea3964
Showing 1 changed file with 300 additions and 265 deletions.
Loading

0 comments on commit 1ea3964

Please sign in to comment.