Home
last modified time | relevance | path

Searched refs:TEST_SKIP (Results 1 – 25 of 34) sorted by relevance

12

/linux/tools/perf/tests/
H A Dwp.c80 return TEST_SKIP; in test__wp_ro()
87 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_ro()
104 return TEST_SKIP; in test__wp_wo()
111 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_wo()
128 return TEST_SKIP; in test__wp_rw()
136 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_rw()
152 return TEST_SKIP; in test__wp_modify()
160 return fd == -ENODEV ? TEST_SKIP : -1; in test__wp_modify()
173 ret = TEST_SKIP; in test__wp_modify()
H A Devent-times.c130 return TEST_SKIP; in attach__cpu_disabled()
156 return TEST_SKIP; in attach__cpu_enabled()
187 if (err == TEST_SKIP) { in test_times()
224 if (err && (ret == TEST_OK || ret == TEST_SKIP)) \ in test__event_times()
H A Dopenat-syscall.c36 err = TEST_SKIP; in test__openat_syscall_event()
44 err = TEST_SKIP; in test__openat_syscall_event()
H A Dperf-time-to-tsc.c54 return TEST_SKIP; in test__tsc_is_supported()
118 err = TEST_SKIP; in test__perf_time_to_tsc()
131 err = TEST_SKIP; in test__perf_time_to_tsc()
H A Dpe-file-parsing.c88 return TEST_SKIP; in test__pe_file_parsing()
96 return TEST_SKIP; in test__pe_file_parsing()
H A Dopenat-syscall-all-cpus.c52 err = TEST_SKIP; in test__openat_syscall_event_on_all_cpus()
60 err = TEST_SKIP; in test__openat_syscall_event_on_all_cpus()
H A Dpfm.c176 return TEST_SKIP; in test__pfm_events()
182 return TEST_SKIP; in test__pfm_group()
H A Dvmlinux-kallsyms.c221 err = TEST_SKIP; in test__vmlinux_matches_kallsyms()
238 err = TEST_SKIP; in test__vmlinux_matches_kallsyms()
277 err = TEST_SKIP; in test__vmlinux_matches_kallsyms()
H A Dbackward-ring-buffer.c87 int ret = TEST_SKIP, err, sample_count = 0, comm_count = 0; in test__backward_ring_buffer()
126 ret = TEST_SKIP; in test__backward_ring_buffer()
H A Dbp_account.c213 return TEST_SKIP; in test__bp_accounting()
220 return TEST_SKIP; in test__bp_accounting()
H A Dgenelf.c49 return TEST_SKIP; in test__jit_write_elf()
H A Dtopology.c102 return TEST_SKIP; in check_cpu_topology()
112 return TEST_SKIP; in check_cpu_topology()
H A Dsdt.c120 return TEST_SKIP; in test__sdt_event()
H A Dbp_signal_overflow.c72 return TEST_SKIP; in test__bp_signal_overflow()
H A Dkallsyms-split.c107 return TEST_SKIP; in test__kallsyms_split()
H A Dopenat-syscall-tp-fields.c53 ret = PTR_ERR(evsel) == -EACCES ? TEST_SKIP : TEST_FAIL; in test__syscall_openat_tp_fields()
H A Dmmap-basic.c91 err = TEST_SKIP; in test__basic_mmap()
277 ret = TEST_SKIP; in test_stat_user_read()
H A Dkeep-tracking.c105 err = TEST_SKIP; in test__keep_tracking()
H A Ddlfilter-test.c330 return test_result("dlfilters not found", TEST_SKIP); in test__dlfilter_test()
336 return test_result("gcc not found", TEST_SKIP); in test__dlfilter_test()
H A Dbp_signal.c172 return TEST_SKIP; in test__bp_signal()
H A Dsymbols.c192 ret = TEST_SKIP; in test_file()
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c266 ret = TEST_SKIP; in test_event()
280 if (existing == TEST_SKIP) in combine_test_results()
281 return latest == TEST_OK ? TEST_SKIP : latest; in combine_test_results()
307 return TEST_SKIP; in test__hybrid()
H A Damd-ibs-via-core-pmu.c49 return TEST_SKIP; in test__amd_ibs_via_core_pmu()
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h36 #define TEST_SKIP global() macro
/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh989 TEST_SKIP=$(get_test_skip_no_target $TEST_ID)
990 if [[ $TEST_SKIP -eq "1" ]]; then

12