Home
last modified time | relevance | path

Searched refs:selftests (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst5 The kernel contains a set of "self tests" under the tools/testing/selftests/
26 Running the selftests (hotplug tests are run in limited mode)
31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
46 kernel src. This is applicable to "Running a subset of selftests" section
64 to "Running a subset of selftests" section below.
70 Running a subset of selftests
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
108 See the top-level tools/testing/selftests/Makefile for the list of all
[all …]
/Linux-v5.4/drivers/dma-buf/
Dselftest.c26 } selftests[] = { variable
34 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
/Linux-v5.4/drivers/gpu/drm/i915/
DMakefile244 gem/selftests/igt_gem_utils.o \
245 selftests/i915_random.o \
246 selftests/i915_selftest.o \
247 selftests/igt_flush_test.o \
248 selftests/igt_live_test.o \
249 selftests/igt_reset.o \
250 selftests/igt_spinner.o
DKconfig.debug151 bool "Enable selftests upon driver load"
157 Choose this option to allow the driver to perform selftests upon
159 exit the module after running the selftests (i.e. to prevent normal
167 bool "Enable broken and dangerous selftests"
172 This option enables the execution of selftests that are "dangerous"
/Linux-v5.4/drivers/gpu/drm/selftests/
Dtest-drm_modeset_common.c19 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_modeset_init()
Ddrm_selftest.c37 } selftests[] = { variable
45 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
/Linux-v5.4/Documentation/fault-injection/
Dnotifier-error-inject.rst91 There are tools/testing/selftests using the notifier error injection features
94 * tools/testing/selftests/cpu-hotplug/on-off-test.sh
95 * tools/testing/selftests/memory-hotplug/on-off-test.sh
Dfault-injection.rst367 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
371 -- make -C tools/testing/selftests/ run_tests
377 -- make -C tools/testing/selftests/ run_tests
384 -- make -C tools/testing/selftests/ run_tests
/Linux-v5.4/tools/testing/selftests/livepatch/
DREADME29 To run the livepatch selftests, from the top of the kernel source tree:
31 % make -C tools/testing/selftests TARGETS=livepatch run_tests
/Linux-v5.4/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt5 by tools/testing/selftests/rcutorture/bin/mkinitrd.sh.
12 cd tools/testing/selftests/rcutorture
/Linux-v5.4/tools/testing/selftests/rcutorture/
DMakefile3 ( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 )
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcuperf.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
Dkvm-recheck.sh16 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
Dmkinitrd.sh10 D=tools/testing/selftests/rcutorture
Dkvm.sh191 if test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitrd.sh
/Linux-v5.4/samples/bpf/
DMakefile60 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o
61 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o
176 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
286 -I$(srctree)/tools/testing/selftests/bpf/ \
/Linux-v5.4/tools/
DMakefile83 selftests: FORCE target
99 perf selftests spi turbostat usb \
/Linux-v5.4/Documentation/bpf/
Dbpf_devel_QA.rst240 Q: samples/bpf preference vs selftests?
246 `samples/bpf/`_. The rationale is very simple: kernel selftests are
249 The more test cases we add to BPF selftests, the better the coverage
251 not that BPF kernel selftests cannot demo how a specific feature can
257 into kernel selftests.
259 If your sample looks like a test case, then go for BPF kernel selftests
418 Q: How to run BPF selftests
424 $ cd tools/testing/selftests/bpf/
437 In order to run through all BPF selftests, the following command is
445 Q: Which BPF kernel selftests version should I run my kernel against?
[all …]
Dprog_flow_dissector.rst125 See ``tools/testing/selftests/bpf/progs/bpf_flow.c`` for the reference
126 implementation and ``tools/testing/selftests/bpf/flow_dissector_load.[hc]``
/Linux-v5.4/Documentation/ABI/stable/
Dvdso20 tools/testing/selftests/vDSO/parse_vdso.c.
/Linux-v5.4/tools/testing/selftests/media_tests/
Dregression_test.txt15 cd tools/testing/selftests/media_tests
/Linux-v5.4/Documentation/watchdog/
Dpcwd-watchdog.rst33 tools/testing/selftests/watchdog/watchdog-test.c
/Linux-v5.4/Documentation/RCU/
Dtorture.txt145 However, the tools/testing/selftests/rcutorture/bin/kvm.sh script
148 See tools/testing/selftests/rcutorture/doc/initrd.txt for instructions
/Linux-v5.4/drivers/gpu/drm/
DMakefile55 obj-$(CONFIG_DRM_DEBUG_SELFTEST) += selftests/
/Linux-v5.4/Documentation/filesystems/
Ddnotify.txt65 See tools/testing/selftests/filesystems/dnotify_test.c for an example.

123