zephyr/samples/subsys/profiling/perf/sample.yaml
Mikhail Kushnerov 4f89e3ca35 samples: profiling: Add sample for perf tool
The operation of perf tool can be checked using this sample.

Signed-off-by: Mikhail Kushnerov <m.kushnerov@yadro.com>
2024-08-13 18:28:44 -04:00

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