perf test coresight: Add unroll thread test tool
authorCarsten Haitzler <carsten.haitzler@arm.com>
Fri, 9 Sep 2022 15:28:00 +0000 (16:28 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Oct 2022 17:50:55 +0000 (14:50 -0300)
commitfc0a0ea039802e1546c19b8514fd2efee43d10b5
treee0ccffb74aae9b9bf120e0c3061a1dafeb8c5a77
parent74c62b8d6161678b72854d95e47b41782dfec39a
perf test coresight: Add unroll thread test tool

Add test tool to be driven by further test scripts. This is a simple C
based test that is for arm64 with some inline ASM to manually unroll a
lot of code to have a very long sequence of commands.

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