perf test coresight: Add thread loop test tool
authorCarsten Haitzler <carsten.haitzler@arm.com>
Fri, 9 Sep 2022 15:27:58 +0000 (16:27 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Oct 2022 17:50:55 +0000 (14:50 -0300)
commite9664b96c6c0d7f3bac45d1141afacec45725169
treed30edbd42a120965bed4b28859032a5fea0d2fc4
parentb76692fea7f29f80b88d52dcfa9f994b76337988
perf test coresight: Add thread loop test tool

Add test tool to be driven by further test scripts. This is a simple C
based loop with threads test to drive from scripts that can output TIDs
for tracking/checking.

Reviewed-by: James Clark <james.clark@arm.com>
Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Cc: coresight@lists.linaro.org
Link: https://lore.kernel.org/r/20220909152803.2317006-9-carsten.haitzler@foss.arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/coresight/Makefile
tools/perf/tests/shell/coresight/thread_loop/.gitignore [new file with mode: 0644]
tools/perf/tests/shell/coresight/thread_loop/Makefile [new file with mode: 0644]
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c [new file with mode: 0644]