]> git.ipfire.org Git - thirdparty/linux.git/commit
perf test cs-etm: Remove unused Coresight workloads
authorJames Clark <james.clark@linaro.org>
Tue, 9 Jun 2026 14:40:20 +0000 (15:40 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Jun 2026 21:55:49 +0000 (18:55 -0300)
commit2f36f22f2b440c20cb63ff2917fc9a36e7462143
treec15bd695a520b8b1e90ded767a8687bb26196dc4
parent04d8a36625efe5ad20d7c2c04cdae960af70d118
perf test cs-etm: Remove unused Coresight workloads

These are now unused and had various issues like not working with out of
source builds and being slow to compile. Delete them.

Signed-off-by: James Clark <james.clark@linaro.org>
Tested-by: Leo Yan <leo.yan@arm.com>
Cc: Amir Ayupov <aaupov@meta.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Mike Leach <mike.leach@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paschalis Mpeis <Paschalis.Mpeis@arm.com>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
18 files changed:
Documentation/trace/coresight/coresight-perf.rst
MAINTAINERS
tools/perf/Makefile.perf
tools/perf/tests/shell/coresight/Makefile [deleted file]
tools/perf/tests/shell/coresight/Makefile.miniconfig [deleted file]
tools/perf/tests/shell/coresight/asm_pure_loop/.gitignore [deleted file]
tools/perf/tests/shell/coresight/asm_pure_loop/Makefile [deleted file]
tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S [deleted file]
tools/perf/tests/shell/coresight/memcpy_thread/.gitignore [deleted file]
tools/perf/tests/shell/coresight/memcpy_thread/Makefile [deleted file]
tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c [deleted file]
tools/perf/tests/shell/coresight/thread_loop/.gitignore [deleted file]
tools/perf/tests/shell/coresight/thread_loop/Makefile [deleted file]
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c [deleted file]
tools/perf/tests/shell/coresight/unroll_loop_thread/.gitignore [deleted file]
tools/perf/tests/shell/coresight/unroll_loop_thread/Makefile [deleted file]
tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c [deleted file]
tools/perf/tests/shell/lib/coresight.sh [deleted file]