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

Add test tool to be driven by further test scripts. This is a simple C
based memcpy with threads test to drive from scripts.

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-7-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/memcpy_thread/.gitignore [new file with mode: 0644]
tools/perf/tests/shell/coresight/memcpy_thread/Makefile [new file with mode: 0644]
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c [new file with mode: 0644]