1sample:
2  description: Sample, that can be used for testing profiling perf tool
3  name: perf sample
4
5tests:
6  sample.perf:
7    tags:
8      - perf
9      - profiling
10    extra_configs:
11      - CONFIG_PROFILING_PERF_BUFFER_SIZE=128
12    filter: CONFIG_RISCV or CONFIG_X86
13    integration_platforms:
14      - qemu_riscv64
15      - qemu_riscv32
16      - qemu_x86_64
17      - qemu_x86
18    harness: pytest
19