mbox series

[v3,0/2] Fix issues observed in selftests/amd-pstate

Message ID 20231003051006.6343-1-swapnil.sapkal@amd.com (mailing list archive)
Headers show
Series Fix issues observed in selftests/amd-pstate | expand

Message

Swapnil Sapkal Oct. 3, 2023, 5:10 a.m. UTC
This series fixes 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 adds an option to provide perf binary path to
handle the case where distro perf does not work.

Changelog v2->v3:
	* Split the patch into two patches

Swapnil Sapkal (2):
  selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut
  selftests/amd-pstate: Added option to provide perf binary path

 .../x86/amd_pstate_tracer/amd_pstate_trace.py |  2 +-
 .../testing/selftests/amd-pstate/gitsource.sh | 14 +++++++----
 tools/testing/selftests/amd-pstate/run.sh     | 23 +++++++++++++------
 tools/testing/selftests/amd-pstate/tbench.sh  |  4 ++--
 4 files changed, 28 insertions(+), 15 deletions(-)