The operation of perf tool can be checked using this sample. Signed-off-by: Mikhail Kushnerov <m.kushnerov@yadro.com>
19 lines
394 B
YAML
19 lines
394 B
YAML
sample:
|
|
description: Sample, that can be used for testing profiling perf tool
|
|
name: perf sample
|
|
|
|
tests:
|
|
sample.perf:
|
|
tags:
|
|
- perf
|
|
- profiling
|
|
extra_configs:
|
|
- CONFIG_PROFILING_PERF_BUFFER_SIZE=128
|
|
filter: CONFIG_RISCV or CONFIG_X86
|
|
integration_platforms:
|
|
- qemu_riscv64
|
|
- qemu_riscv32
|
|
- qemu_x86_64
|
|
- qemu_x86
|
|
harness: pytest
|