diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2019-09-18 02:52:37 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-09-19 13:51:29 +0200 |
commit | b3abfd778bf1dbdd96f70bd7d00671d027f67c62 (patch) | |
tree | 5980f49bd2567ea2e69f5e20e6bf012c128c258c /drivers/platform | |
parent | tools/power/x86/intel-speed-select: Extend core-power command set (diff) | |
download | linux-b3abfd778bf1dbdd96f70bd7d00671d027f67c62.tar.xz linux-b3abfd778bf1dbdd96f70bd7d00671d027f67c62.zip |
tools/power/x86/intel-speed-select: Fix perf-profile command output
commit "c016ae8f9fa04d361efc8629de49ad3af12b5262
"tools/power/x86/intel-speed-select: Output success/failed for command
output" introduced a regression in perf-profile outputs. With this
the result field is changed to string interpreting every non zero
value as errors. But these commands display on zero (>0) result.
For example before this commit the display was:
package-1
die-0
cpu-14
get-config-levels:4
Here the get-config-levels is interpreted as error and displayed
as error with the above commit:
package-1
die-0
cpu-14
get-config-levels:failed(error 4)
Fix this issue by not using isst_display_result() to display such results,
but define a new function which formats this data and prints.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions