[PATCH 0/2] perf test: Add tests/shell/lib/waiting.sh

From: Adrian Hunter
Date: Wed Sep 14 2022 - 04:02:40 EST


Hi

As requested by Namhyung, move functions from test_intel_pt.sh
to tests/shell/lib/waiting.sh, and parameterize timeouts.


Adrian Hunter (2):
perf test: test_intel_pt.sh: Move helper functions for waiting
perf test: waiting.sh: Parameterize timeouts

tools/perf/tests/shell/lib/waiting.sh | 77 +++++++++++++++++++++++++++++++++
tools/perf/tests/shell/test_intel_pt.sh | 68 ++---------------------------
2 files changed, 81 insertions(+), 64 deletions(-)
create mode 100644 tools/perf/tests/shell/lib/waiting.sh


Regards
Adrian