/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 16 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 345 amcdir="tools/testing/selftests/rcutorture/res/$ds/allmodconfig" 382 rtfdir="tools/testing/selftests/rcutorture/res/$ds/results-rcutasksflavors" 394 tools/testing/selftests/rcutorture/bin/kvm.sh --datestamp "$ds/results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1 416 torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make 422 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make 430 torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make 437 torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 441 torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make 447 tools/testing/selftests/rcutortur [all...] |
H A D | srcu_lockdep.sh | 22 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 52 tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --bootargs "rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "$ds/$val" > "$T/kvm.sh.out" 2>&1
|
H A D | kvm-again.sh | 18 if ! test -d tools/testing/selftests/rcutorture/bin 49 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 57 resdir="`pwd`/tools/testing/selftests/rcutorture/res"
|
H A D | kvm-test-1-run.sh | 195 echo " " $ tools/testing/selftests/rcutorture/bin/kvm-recheck.sh `dirname $resdir` >> $resdir/bare-metal
|
H A D | kvm-remote.sh | 16 if ! test -d tools/testing/selftests/rcutorture/bin 22 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | Makefile | 261 gem/selftests/igt_gem_utils.o \ 262 selftests/i915_random.o \ 263 selftests/i915_selftest.o \ 264 selftests/igt_atomic.o \ 265 selftests/igt_flush_test.o \ 266 selftests/igt_live_test.o \ 267 selftests/igt_mmap.o \ 268 selftests/igt_reset.o \ 269 selftests/igt_spinner.o \ 270 selftests/librap [all...] |
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | selftest.c | 17 #include "selftests.h" 26 } selftests[] = { variable 27 #include "selftests.h" 34 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400); 36 #include "selftests.h" 134 /* Tests are listed in natural order in selftests.h */ in run_selftests() 155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | selftest.c | 17 #include "selftests.h" 26 } selftests[] = { variable 27 #include "selftests.h" 34 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400); 36 #include "selftests.h" 134 /* Tests are listed in natural order in selftests.h */ in run_selftests() 155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | Makefile | 362 gem/selftests/i915_gem_client_blt.o \ 363 gem/selftests/igt_gem_utils.o \ 364 selftests/intel_scheduler_helpers.o \ 365 selftests/i915_random.o \ 366 selftests/i915_selftest.o \ 367 selftests/igt_atomic.o \ 368 selftests/igt_flush_test.o \ 369 selftests/igt_live_test.o \ 370 selftests/igt_mmap.o \ 371 selftests/igt_rese [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_modeset_common.c | 3 * Common file for modeset selftests. 19 err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); in test_drm_modeset_init()
|
H A D | drm_selftest.c | 37 } selftests[] = { variable 45 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 30 DEFAULT_COMMAND="pip3 install hid-tools; make -C tools/testing/selftests TARGETS=${TARGETS} run_tests" 40 $0 -- ./tools/testing/selftests/hid/hid_bpf 48 O=<kernel_build_path> $0 -- ./tools/testing/selftests/hid/hid_bpf 52 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./tools/testing/selftests/hid/hid_bpf 89 local selftests_dir="${kernel_checkout}/tools/testing/selftests/hid" 171 # unnecessarily compiling the kernel and selftests.
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | Makefile | 57 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o 58 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o 174 TPROGS_CFLAGS += -I$(srctree)/tools/testing/selftests/bpf/ 313 -I$(src)/../../tools/testing/selftests/bpf 390 -I$(obj) -I$(srctree)/tools/testing/selftests/bpf/ \
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dev.c | 1199 struct nlattr *selftests; in devlink_nl_selftests_fill() local 1213 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_selftests_fill() 1214 if (!selftests) in devlink_nl_selftests_fill() 1226 nla_nest_end(msg, selftests); in devlink_nl_selftests_fill() 1308 struct nlattr *attrs, *selftests; in devlink_nl_cmd_selftests_run() local 1340 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_cmd_selftests_run() 1341 if (!selftests) in devlink_nl_cmd_selftests_run() 1364 nla_nest_end(msg, selftests); in devlink_nl_cmd_selftests_run() 1369 nla_nest_cancel(msg, selftests); in devlink_nl_cmd_selftests_run()
|
/kernel/linux/linux-5.10/tools/ |
H A D | Makefile | 30 @echo ' selftests - various kernel selftests' 87 selftests: FORCE 103 perf selftests bootconfig spi turbostat usb \
|
/kernel/linux/linux-6.6/tools/ |
H A D | Makefile | 31 @echo ' selftests - various kernel selftests' 95 selftests: FORCE 120 perf selftests bootconfig spi turbostat usb \
|
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/ |
H A D | Makefile | 19 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | Makefile | 61 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o 62 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o 189 TPROGS_CFLAGS += -I$(srctree)/tools/testing/selftests/bpf/ 316 -I$(obj) -I$(srctree)/tools/testing/selftests/bpf/ \
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/ |
H A D | Makefile | 18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
|
/kernel/linux/linux-6.6/tools/testing/memblock/tests/ |
H A D | common.h | 12 #include <../selftests/kselftest.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/ |
H A D | Makefile | 18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
|
/kernel/linux/linux-6.6/net/core/ |
H A D | Makefile | 28 obj-$(CONFIG_NET_SELFTESTS) += selftests.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | Makefile | 58 obj-$(CONFIG_DRM_DEBUG_SELFTEST) += selftests/
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 25 KVM="`pwd`/tools/testing/selftests/rcutorture"; export KVM 223 if test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitrd.sh
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | asix.h | 29 #include <net/selftests.h>
|