]> asedeno.scripts.mit.edu Git - linux.git/commit
tools/power/x86: Debug utility for intel_pstate driver
authorDoug Smythies <doug.smythies@gmail.com>
Mon, 13 Feb 2017 23:19:07 +0000 (15:19 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Feb 2017 23:54:57 +0000 (00:54 +0100)
commit48385dd7400ee68fdc8af92a730c0d037df5a29e
tree1e33ad122b7ff4f95f91e21429298025adf003b3
parentb3fc275d548dd831ce0e7e9bd74be03092fcdf03
tools/power/x86: Debug utility for intel_pstate driver

This utility can be used to debug and tune the performance of the
intel_pstate driver.

This utility can be used in two ways:

 - If there is Linux trace file with pstate_sample events enabled, then
   this utility can parse the trace file and generate performance plots.

 - If user has not specified a trace file as input via command line
   parameters, then this utility enables and collects trace data for a
   user-specified interval and generates performance plots.

Signed-off-by: Doug Smythies <dsmythies@telus.net>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py [new file with mode: 0755]