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

12

/linux-master/tools/testing/selftests/rcutorture/
H A DMakefile3 ( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 )
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-refscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
H A Dkvm-recheck-rcuscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
H A Dtorture.sh16 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 Dsrcu_lockdep.sh22 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 Dmkinitrd.sh10 D=tools/testing/selftests/rcutorture
H A Dkvm-again.sh18 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 Dkvm-recheck.sh21 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
H A Dkvm-test-1-run.sh195 echo " " $ tools/testing/selftests/rcutorture/bin/kvm-recheck.sh `dirname $resdir` >> $resdir/bare-metal
H A Dkvm-remote.sh16 if ! test -d tools/testing/selftests/rcutorture/bin
22 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE
/linux-master/drivers/dma-buf/
H A Dselftest.c17 #include "selftests.h"
26 } selftests[] = { variable in typeref:struct:selftest
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 */
155 return run_selftests(selftests, ARRAY_SIZE(selftests));
/linux-master/drivers/gpu/drm/i915/
H A DMakefile397 gem/selftests/i915_gem_client_blt.o \
398 gem/selftests/igt_gem_utils.o \
399 selftests/i915_random.o \
400 selftests/i915_selftest.o \
401 selftests/igt_atomic.o \
402 selftests/igt_flush_test.o \
403 selftests/igt_live_test.o \
404 selftests/igt_mmap.o \
405 selftests/igt_reset.o \
406 selftests/igt_spinne
[all...]
/linux-master/tools/testing/selftests/arm64/
H A DMakefile18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
/linux-master/tools/testing/selftests/riscv/
H A DMakefile19 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh30 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
58 -b) Run only the build steps for the kernel and the selftests
90 local selftests_dir="${kernel_checkout}/tools/testing/selftests/hid"
172 # unnecessarily compiling the kernel and selftests.
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h12 #include <../selftests/kselftest.h>
/linux-master/net/core/
H A DMakefile29 obj-$(CONFIG_NET_SELFTESTS) += selftests.o
/linux-master/tools/
H A DMakefile30 @echo ' selftests - various kernel selftests'
94 selftests: FORCE
119 perf selftests bootconfig spi turbostat usb \
/linux-master/net/devlink/
H A Ddev.c1272 struct nlattr *selftests; local
1286 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS);
1287 if (!selftests)
1299 nla_nest_end(msg, selftests);
1381 struct nlattr *attrs, *selftests; local
1413 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS);
1414 if (!selftests)
1437 nla_nest_end(msg, selftests);
1442 nla_nest_cancel(msg, selftests);
/linux-master/samples/bpf/
H A DMakefile57 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o
58 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o
180 TPROGS_CFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
321 -I$(src)/../../tools/testing/selftests/bpf
401 -I$(obj) -I$(srctree)/tools/testing/selftests/bpf/ \
/linux-master/drivers/net/usb/
H A Dasix.h29 #include <net/selftests.h>
/linux-master/tools/testing/selftests/
H A Dlib.mk81 echo "Error: TEST_INCLUDES entry \"$$entry\" not located inside selftests directory ($$SRC_PATH)" >&2; \
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter.sh38 table_name=selftests
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh39 KCONFIG_REL_PATHS=("tools/testing/selftests/bpf/config"
40 "tools/testing/selftests/bpf/config.vm"
41 "tools/testing/selftests/bpf/config.${ARCH}")
54 tools/testing/selftests/bpf. e.g:
162 local selftests_dir="${kernel_checkout}/tools/testing/selftests/bpf"
167 # Mount the image and copy the selftests to the image.
305 # unnecessarily compiling the kernel and selftests.
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_exceptions.sh59 table_name=selftests

Completed in 221 milliseconds

12