Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linux-arm
Ch Linux Perf
Commits
f6866e22
Commit
f6866e22
authored
Oct 01, 2021
by
Carsten Haitzler (Rasterman)
Browse files
perf test - add the runner scripts for the unrolled loop thread
parent
1a5fa902
Changes
5
Hide whitespace changes
Inline
Side-by-side
tools/perf/tests/shell/coresight_unroll_loop_thread_1.sh
0 → 100755
View file @
f6866e22
#!/bin/sh -e
# Coresight / Unroll Loop Thread 1
# SPDX-License-Identifier: GPL-2.0
# Carsten Haitzler <carsten.haitzler@foss.arm.com>, 2021
TEST
=
"unroll_loop_thread"
.
$(
dirname
$0
)
/lib/coresight.sh
ARGS
=
"1"
DATV
=
"1"
DATA
=
"perf-
$TEST
-
$DATV
.data"
perf record
$PERFRECOPT
-o
"
$DATA
"
"
$BIN
"
$ARGS
perf_dump_aux_verify
"
$DATA
"
3000 3 3
err
=
$?
exit
$err
tools/perf/tests/shell/coresight_unroll_loop_thread_10.sh
0 → 100755
View file @
f6866e22
#!/bin/sh -e
# Coresight / Unroll Loop Thread 10
# SPDX-License-Identifier: GPL-2.0
# Carsten Haitzler <carsten.haitzler@foss.arm.com>, 2021
TEST
=
"unroll_loop_thread"
.
$(
dirname
$0
)
/lib/coresight.sh
ARGS
=
"10"
DATV
=
"10"
DATA
=
"perf-
$TEST
-
$DATV
.data"
perf record
$PERFRECOPT
-o
"
$DATA
"
"
$BIN
"
$ARGS
perf_dump_aux_verify
"
$DATA
"
3000 5 5
err
=
$?
exit
$err
tools/perf/tests/shell/coresight_unroll_loop_thread_2.sh
0 → 100755
View file @
f6866e22
#!/bin/sh -e
# Coresight / Unroll Loop Thread 2
# SPDX-License-Identifier: GPL-2.0
# Carsten Haitzler <carsten.haitzler@foss.arm.com>, 2021
TEST
=
"unroll_loop_thread"
.
$(
dirname
$0
)
/lib/coresight.sh
ARGS
=
"2"
DATV
=
"2"
DATA
=
"perf-
$TEST
-
$DATV
.data"
perf record
$PERFRECOPT
-o
"
$DATA
"
"
$BIN
"
$ARGS
perf_dump_aux_verify
"
$DATA
"
3000 3 3
err
=
$?
exit
$err
tools/perf/tests/shell/coresight_unroll_loop_thread_25.sh
0 → 100755
View file @
f6866e22
#!/bin/sh -e
# Coresight / Unroll Loop Thread 10
# SPDX-License-Identifier: GPL-2.0
# Carsten Haitzler <carsten.haitzler@foss.arm.com>, 2021
TEST
=
"unroll_loop_thread"
.
$(
dirname
$0
)
/lib/coresight.sh
ARGS
=
"25"
DATV
=
"25"
DATA
=
"perf-
$TEST
-
$DATV
.data"
perf record
$PERFRECOPT
-o
"
$DATA
"
"
$BIN
"
$ARGS
perf_dump_aux_verify
"
$DATA
"
3000 5 5
err
=
$?
exit
$err
tools/perf/tests/shell/coresight_unroll_loop_thread_250.sh
0 → 100755
View file @
f6866e22
#!/bin/sh -e
# Coresight / Unroll Loop Thread 10
# SPDX-License-Identifier: GPL-2.0
# Carsten Haitzler <carsten.haitzler@foss.arm.com>, 2021
TEST
=
"unroll_loop_thread"
.
$(
dirname
$0
)
/lib/coresight.sh
ARGS
=
"250"
DATV
=
"250"
DATA
=
"perf-
$TEST
-
$DATV
.data"
perf record
$PERFRECOPT
-o
"
$DATA
"
"
$BIN
"
$ARGS
perf_dump_aux_verify
"
$DATA
"
3000 5 5
err
=
$?
exit
$err
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment