Lines Matching refs:selftests
235 Q: samples/bpf preference vs selftests?
241 `samples/bpf/`_. The rationale is very simple: kernel selftests are
244 The more test cases we add to BPF selftests, the better the coverage
246 not that BPF kernel selftests cannot demo how a specific feature can
252 into kernel selftests.
254 If your sample looks like a test case, then go for BPF kernel selftests
413 Q: How to run BPF selftests
419 $ cd tools/testing/selftests/bpf/
432 In order to run through all BPF selftests, the following command is
442 tools/testing/selftests/bpf as closely as possible.
455 Q: Which BPF kernel selftests version should I run my kernel against?
457 A: If you run a kernel ``xyz``, then always run the BPF kernel selftests
585 By the way, the BPF kernel selftests run with ``-mcpu=probe`` for better
648 .. _selftests: ../../tools/testing/selftests/bpf/ target