Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst5 The kernel contains a set of "self tests" under the tools/testing/selftests/
17 Running the selftests (hotplug tests are run in limited mode)
22 $ make -C tools/testing/selftests
26 $ make -C tools/testing/selftests run_tests
46 Running a subset of selftests
54 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
72 See the top-level tools/testing/selftests/Makefile for the list of all
75 Running the full range hotplug selftests
80 $ make -C tools/testing/selftests hotplug
84 $ make -C tools/testing/selftests run_hotplug
[all …]
/Linux-v4.19/drivers/gpu/drm/selftests/
Ddrm_selftest.c37 } selftests[] = { variable
45 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
Dtest-drm-helper.c239 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_helper_init()
/Linux-v4.19/drivers/gpu/drm/i915/
DKconfig.debug118 bool "Enable selftests upon driver load"
124 Choose this option to allow the driver to perform selftests upon
126 exit the module after running the selftests (i.e. to prevent normal
134 bool "Enable broken and dangerous selftests"
139 This option enables the execution of selftests that are "dangerous"
DMakefile161 selftests/i915_random.o \
162 selftests/i915_selftest.o \
163 selftests/igt_flush_test.o
/Linux-v4.19/Documentation/fault-injection/
Dnotifier-error-inject.txt87 There are tools/testing/selftests using the notifier error injection features
90 * tools/testing/selftests/cpu-hotplug/on-off-test.sh
91 * tools/testing/selftests/memory-hotplug/on-off-test.sh
Dfault-injection.txt356 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
360 -- make -C tools/testing/selftests/ run_tests
366 -- make -C tools/testing/selftests/ run_tests
373 -- make -C tools/testing/selftests/ run_tests
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcuperf.sh33 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
Dkvm-recheck.sh27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
/Linux-v4.19/samples/bpf/
DMakefile60 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o
61 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o
172 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
269 -I$(srctree)/tools/testing/selftests/bpf/ \
/Linux-v4.19/tools/
DMakefile79 selftests: FORCE target
95 perf selftests spi turbostat usb \
/Linux-v4.19/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 …]
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt9 cd tools/testing/selftests/rcutorture
26 cd tools/testing/selftests/rcutorture
/Linux-v4.19/Documentation/ABI/stable/
Dvdso20 tools/testing/selftests/vDSO/parse_vdso.c.
/Linux-v4.19/tools/testing/selftests/media_tests/
Dregression_test.txt15 cd tools/testing/selftests/media_tests
/Linux-v4.19/Documentation/watchdog/
Dpcwd-watchdog.txt28 tools/testing/selftests/watchdog/watchdog-test.c
Dhpwdt.txt18 basic application exists in tools/testing/selftests/watchdog/ named
/Linux-v4.19/drivers/gpu/drm/
DMakefile47 obj-$(CONFIG_DRM_DEBUG_SELFTEST) += selftests/
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt65 See tools/testing/selftests/filesystems/dnotify_test.c for an example.
/Linux-v4.19/Documentation/x86/
Dprotection-keys.txt62 tools/testing/selftests/x86/protection_keys.c)
Dpti.txt133 2. Run several copies of all of the tools/testing/selftests/x86/ tests
158 * Failures of the selftests/x86 code. Usually a bug in one of the
/Linux-v4.19/tools/testing/selftests/android/ion/
DREADME59 linux$ make -C tools/testing/selftests TARGETS=android run_tests
/Linux-v4.19/Documentation/admin-guide/mm/
Dhugetlbpage.rst371 see tools/testing/selftests/vm/map_hugetlb.c
374 see tools/testing/selftests/vm/hugepage-shm.c
377 see tools/testing/selftests/vm/hugepage-mmap.c
/Linux-v4.19/drivers/iommu/
DKconfig34 bool "LPAE selftests"
53 bool "ARMv7s selftests"
/Linux-v4.19/Documentation/RCU/
Dtorture.txt310 However, the tools/testing/selftests/rcutorture/bin/kvm.sh script
313 See tools/testing/selftests/rcutorture/doc/initrd.txt for instructions

12