Home
last modified time | relevance | path

Searched refs:TEST_GEN_PROGS (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v5.10/tools/testing/selftests/proc/
DMakefile5 TEST_GEN_PROGS := macro
6 TEST_GEN_PROGS += fd-001-lookup
7 TEST_GEN_PROGS += fd-002-posix-eq
8 TEST_GEN_PROGS += fd-003-kthread
9 TEST_GEN_PROGS += proc-loadavg-001
10 TEST_GEN_PROGS += proc-pid-vm
11 TEST_GEN_PROGS += proc-self-map-files-001
12 TEST_GEN_PROGS += proc-self-map-files-002
13 TEST_GEN_PROGS += proc-self-syscall
14 TEST_GEN_PROGS += proc-self-wchan
[all …]
/Linux-v5.10/tools/testing/selftests/
Dlib.mk19 TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS))
57 all: khdr $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
59 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
77 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(OUTPUT)/$(TEST_PROGS)) ; \
79 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
82 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
94 $(eval INSTALL_LIST = $(TEST_GEN_PROGS)) $(INSTALL_SINGLE_RULE)
108 for TEST in $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS); do \
119 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/Linux-v5.10/tools/testing/selftests/cgroup/
DMakefile8 TEST_GEN_PROGS = test_memcontrol macro
9 TEST_GEN_PROGS += test_kmem
10 TEST_GEN_PROGS += test_core
11 TEST_GEN_PROGS += test_freezer
/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/
DMakefile9 TEST_GEN_PROGS := memcmp_64 strlen macro
18 TEST_GEN_PROGS += memcmp_32
27 TEST_GEN_PROGS += strlen_32
35 $(TEST_GEN_PROGS): $(EXTRA_SOURCES)
/Linux-v5.10/tools/testing/selftests/breakpoints/
DMakefile6 TEST_GEN_PROGS := step_after_suspend_test macro
9 TEST_GEN_PROGS += breakpoint_test
12 TEST_GEN_PROGS += breakpoint_test_arm64
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/
DMakefile5 TEST_GEN_PROGS := count_instructions count_stcx_fail l3_bank_test per_event_excludes macro
11 all: $(TEST_GEN_PROGS) ebb
13 $(TEST_GEN_PROGS): $(EXTRA_SOURCES)
44 $(RM) $(TEST_GEN_PROGS) $(OUTPUT)/loop.o
/Linux-v5.10/tools/testing/selftests/powerpc/math/
DMakefile2 TEST_GEN_PROGS := fpu_syscall fpu_preempt fpu_signal fpu_denormal vmx_syscall vmx_preempt vmx_signa… macro
7 $(TEST_GEN_PROGS): ../harness.c
8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
/Linux-v5.10/tools/testing/selftests/vDSO/
DMakefile7 TEST_GEN_PROGS := $(OUTPUT)/vdso_test_gettimeofday $(OUTPUT)/vdso_test_getcpu macro
9 TEST_GEN_PROGS += $(OUTPUT)/vdso_standalone_test_x86
19 all: $(TEST_GEN_PROGS)
/Linux-v5.10/tools/testing/selftests/powerpc/primitives/
DMakefile4 TEST_GEN_PROGS := load_unaligned_zeropad macro
9 $(TEST_GEN_PROGS): ../harness.c
/Linux-v5.10/tools/testing/selftests/powerpc/cache_shape/
DMakefile2 TEST_GEN_PROGS := cache_shape macro
7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/Linux-v5.10/tools/testing/selftests/powerpc/vphn/
DMakefile2 TEST_GEN_PROGS := test-vphn macro
9 $(TEST_GEN_PROGS): ../harness.c
/Linux-v5.10/tools/testing/selftests/powerpc/alignment/
DMakefile2 TEST_GEN_PROGS := copy_first_unaligned alignment_handler macro
7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/Linux-v5.10/tools/testing/selftests/powerpc/syscalls/
DMakefile2 TEST_GEN_PROGS := ipc_unmuxed rtas_filter macro
9 $(TEST_GEN_PROGS): ../harness.c
/Linux-v5.10/tools/testing/selftests/tmpfs/
DMakefile5 TEST_GEN_PROGS := macro
6 TEST_GEN_PROGS += bug-link-o-tmpfile
/Linux-v5.10/tools/testing/selftests/openat2/
DMakefile4 TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test macro
8 $(TEST_GEN_PROGS): helpers.c
/Linux-v5.10/tools/testing/selftests/powerpc/dscr/
DMakefile2 TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ macro
13 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/Linux-v5.10/tools/testing/selftests/lkdtm/
DMakefile8 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//')) macro
9 all: $(TEST_GEN_PROGS)
/Linux-v5.10/tools/testing/selftests/powerpc/signal/
DMakefile2 TEST_GEN_PROGS := signal signal_tm sigfuz sigreturn_vdso sig_sc_double_restart macro
13 $(TEST_GEN_PROGS): ../harness.c ../utils.c signal.S
/Linux-v5.10/tools/testing/selftests/powerpc/security/
DMakefile3 TEST_GEN_PROGS := rfi_flush entry_flush spectre_v2 macro
10 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/Linux-v5.10/tools/testing/selftests/powerpc/benchmarks/
DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall macro
12 $(TEST_GEN_PROGS): ../harness.c
/Linux-v5.10/tools/testing/selftests/arm64/signal/
DMakefile11 TEST_GEN_PROGS := $(notdir $(PROGS)) macro
21 $(TEST_GEN_PROGS): $(PROGS)
/Linux-v5.10/tools/testing/selftests/arm64/fp/
DMakefile4 TEST_GEN_PROGS := sve-ptrace sve-probe-vls macro
7 all: $(TEST_GEN_PROGS) $(TEST_PROGS_EXTENDED)
/Linux-v5.10/tools/testing/selftests/arm64/mte/
DMakefile18 TEST_GEN_PROGS := $(PROGS) macro
28 $(TEST_GEN_PROGS): mte_common_util.c mte_common_util.h mte_helper.S
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
DMakefile2 TEST_GEN_PROGS := ptrace-gpr ptrace-tm-gpr ptrace-tm-spd-gpr \ macro
15 $(TEST_GEN_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile17 TEST_GEN_PROGS := reg_access_test event_attributes_test cycles_test \ macro
32 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c \

123