[0/2] Fix issues observed with selftests/amd-pstate

Message ID 20230915104057.132210-1-swapnil.sapkal@amd.com
Headers
Series Fix issues observed with selftests/amd-pstate |

Message

Swapnil Sapkal Sept. 15, 2023, 10:40 a.m. UTC
  This series fixes the issues observed with selftests/amd-pstate while
running performance comparison tests with different governors. First
patch changes relative paths with absolute path and also change it with
correct path wherever it is broken.
The second patch fixes error observed while importing the Gnuplot in
intel_pstate_tracer.py.

Swapnil Sapkal (2):
  selftests/amd-pstate: Fix broken paths to run workloads in
    amd-pstate-ut
  tools/power/x86/intel_pstate_tracer: Use pygnuplot package for Gnuplot

 .../x86/amd_pstate_tracer/amd_pstate_trace.py |  3 +--
 .../intel_pstate_tracer.py                    |  4 ++--
 .../testing/selftests/amd-pstate/gitsource.sh | 14 +++++++-----
 tools/testing/selftests/amd-pstate/run.sh     | 22 +++++++++++++------
 tools/testing/selftests/amd-pstate/tbench.sh  |  4 ++--
 5 files changed, 29 insertions(+), 18 deletions(-)