mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
perf test cs-etm: Remove asm_pure_loop test
It's not obvious what this test is for so remove it. It's not a stress test because it doesn't output lots of data and it's not a functional test because it only looks for raw trace output. It seems to imply that a program written in assembly influences whether trace would be generated by the CPU or not, but the CPU doesn't know what language the program is written in. We already have lots of Coresight tests that test the full pipeline including decoding, and in many more modes of operation than this one, so if no trace was collected they will already fail leaving this one redundant. Reviewed-by: Leo Yan <leo.yan@arm.com> Signed-off-by: James Clark <james.clark@linaro.org> 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>
This commit is contained in:
parent
ccf62a267a
commit
f6708947e6
|
|
@ -1,22 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
# CoreSight / ASM Pure Loop (exclusive)
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Carsten Haitzler <carsten.haitzler@arm.com>, 2021
|
||||
|
||||
TEST="asm_pure_loop"
|
||||
|
||||
# shellcheck source=../lib/coresight.sh
|
||||
. "$(dirname $0)"/../lib/coresight.sh
|
||||
|
||||
ARGS=""
|
||||
DATV="out"
|
||||
# shellcheck disable=SC2153
|
||||
DATA="$DATD/perf-$TEST-$DATV.data"
|
||||
|
||||
perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
|
||||
|
||||
perf_dump_aux_verify "$DATA" 10 10 10
|
||||
|
||||
err=$?
|
||||
exit $err
|
||||
Loading…
Reference in New Issue
Block a user