OSDN Git Service

perf/x86/uncore: Correct the number of CHAs on EMR
[tomoyo/tomoyo-test1.git] / tools / perf / tests / shell / coresight / asm_pure_loop.sh
1 #!/bin/sh -e
2 # CoreSight / ASM Pure Loop
3
4 # SPDX-License-Identifier: GPL-2.0
5 # Carsten Haitzler <carsten.haitzler@arm.com>, 2021
6
7 TEST="asm_pure_loop"
8 . $(dirname $0)/../lib/coresight.sh
9 ARGS=""
10 DATV="out"
11 DATA="$DATD/perf-$TEST-$DATV.data"
12
13 perf record $PERFRECOPT -o "$DATA" "$BIN" $ARGS
14
15 perf_dump_aux_verify "$DATA" 10 10 10
16
17 err=$?
18 exit $err