perf test: test_intel_pt.sh: Move helper functions for waiting
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 14 Sep 2022 08:01:49 +0000 (11:01 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 4 Oct 2022 11:55:23 +0000 (08:55 -0300)
commit5ebcdf07f7e4cdfdcfb3589f6bd3f81c3c061164
tree722446a5d15e4b792626d348bcc80e2ae8c1e652
parentfea753f8e3c88c056806792c4d9de719939e0ef0
perf test: test_intel_pt.sh: Move helper functions for waiting

Move helper functions for waiting to a separate file so they can be
shared.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20220914080150.5888-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/lib/waiting.sh [new file with mode: 0644]
tools/perf/tests/shell/test_intel_pt.sh