| /linux/tools/perf/tests/ |
| H A D | wp.c | 80 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 D | event-times.c | 130 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 D | openat-syscall.c | 36 err = TEST_SKIP; in test__openat_syscall_event() 44 err = TEST_SKIP; in test__openat_syscall_event()
|
| H A D | perf-time-to-tsc.c | 54 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 D | pe-file-parsing.c | 88 return TEST_SKIP; in test__pe_file_parsing() 96 return TEST_SKIP; in test__pe_file_parsing()
|
| H A D | openat-syscall-all-cpus.c | 52 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 D | pfm.c | 176 return TEST_SKIP; in test__pfm_events() 182 return TEST_SKIP; in test__pfm_group()
|
| H A D | vmlinux-kallsyms.c | 221 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 D | backward-ring-buffer.c | 87 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 D | bp_account.c | 213 return TEST_SKIP; in test__bp_accounting() 220 return TEST_SKIP; in test__bp_accounting()
|
| H A D | genelf.c | 49 return TEST_SKIP; in test__jit_write_elf()
|
| H A D | topology.c | 102 return TEST_SKIP; in check_cpu_topology() 112 return TEST_SKIP; in check_cpu_topology()
|
| H A D | sdt.c | 120 return TEST_SKIP; in test__sdt_event()
|
| H A D | bp_signal_overflow.c | 72 return TEST_SKIP; in test__bp_signal_overflow()
|
| H A D | kallsyms-split.c | 107 return TEST_SKIP; in test__kallsyms_split()
|
| H A D | openat-syscall-tp-fields.c | 53 ret = PTR_ERR(evsel) == -EACCES ? TEST_SKIP : TEST_FAIL; in test__syscall_openat_tp_fields()
|
| H A D | mmap-basic.c | 91 err = TEST_SKIP; in test__basic_mmap() 277 ret = TEST_SKIP; in test_stat_user_read()
|
| H A D | keep-tracking.c | 105 err = TEST_SKIP; in test__keep_tracking()
|
| H A D | dlfilter-test.c | 330 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 D | bp_signal.c | 172 return TEST_SKIP; in test__bp_signal()
|
| H A D | symbols.c | 192 ret = TEST_SKIP; in test_file()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | hybrid.c | 266 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 D | amd-ibs-via-core-pmu.c | 49 return TEST_SKIP; in test__amd_ibs_via_core_pmu()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.h | 36 #define TEST_SKIP global() macro
|
| /linux/tools/testing/selftests/sysctl/ |
| H A D | sysctl.sh | 989 TEST_SKIP=$(get_test_skip_no_target $TEST_ID) 990 if [[ $TEST_SKIP -eq "1" ]]; then
|