Home
last modified time | relevance | path

Searched refs:FAIL_IF (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c24 FAIL_IF(event_open(&event)); in event_attributes()
31 FAIL_IF(event_open(&event) == 0); in event_attributes()
38 FAIL_IF(event_open(&event) == 0); in event_attributes()
45 FAIL_IF(event_open(&event) == 0); in event_attributes()
52 FAIL_IF(event_open(&event) == 0); in event_attributes()
59 FAIL_IF(event_open(&event) == 0); in event_attributes()
66 FAIL_IF(event_open(&event) == 0); in event_attributes()
71 FAIL_IF(event_open(&leader)); in event_attributes()
77 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_attributes()
84 FAIL_IF(event_open(&leader)); in event_attributes()
[all …]
Debb_vs_cpu_event_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in ebb_vs_cpu_event()
48 FAIL_IF(bind_to_cpu(cpu)); in ebb_vs_cpu_event()
50 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_vs_cpu_event()
51 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_vs_cpu_event()
60 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
70 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
73 FAIL_IF(wait_for_child(pid)); in ebb_vs_cpu_event()
74 FAIL_IF(event_disable(&event)); in ebb_vs_cpu_event()
[all …]
Dcpu_event_pinned_vs_ebb_test.c33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
34 FAIL_IF(event_enable(event)); in setup_cpu_event()
49 FAIL_IF(cpu < 0); in cpu_event_pinned_vs_ebb()
50 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_pinned_vs_ebb()
52 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
53 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
74 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_pinned_vs_ebb()
78 FAIL_IF(wait_for_child(pid) != 2); in cpu_event_pinned_vs_ebb()
80 FAIL_IF(event_disable(&event)); in cpu_event_pinned_vs_ebb()
81 FAIL_IF(event_read(&event)); in cpu_event_pinned_vs_ebb()
[all …]
Debb_on_child_test.c27 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
28 FAIL_IF(notify_parent(write_pipe)); in victim_child()
32 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
33 FAIL_IF(notify_parent(write_pipe)); in victim_child()
52 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_child()
53 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_child()
61 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
73 FAIL_IF(ebb_event_enable(&event)); in ebb_on_child()
75 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
[all …]
Dtask_event_pinned_vs_ebb_test.c32 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
33 FAIL_IF(event_enable(event)); in setup_child_event()
47 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_pinned_vs_ebb()
48 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_pinned_vs_ebb()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_pinned_vs_ebb()
73 FAIL_IF(wait_for_child(pid) != 2); in task_event_pinned_vs_ebb()
74 FAIL_IF(event_disable(&event)); in task_event_pinned_vs_ebb()
75 FAIL_IF(event_read(&event)); in task_event_pinned_vs_ebb()
79 FAIL_IF(event.result.value == 0); in task_event_pinned_vs_ebb()
84 FAIL_IF(event.result.enabled == 0); in task_event_pinned_vs_ebb()
[all …]
Debb_on_willing_child_test.c25 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
32 FAIL_IF(notify_parent(write_pipe)); in victim_child()
35 FAIL_IF(core_busy_loop()); in victim_child()
43 FAIL_IF(ebb_state.stats.ebb_count == 0); in victim_child()
57 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_willing_child()
58 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_willing_child()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_willing_child()
78 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_willing_child()
79 FAIL_IF(ebb_event_enable(&event)); in ebb_on_willing_child()
82 FAIL_IF(wait_for_child(pid)); in ebb_on_willing_child()
Dcpu_event_vs_ebb_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in cpu_event_vs_ebb()
48 FAIL_IF(bind_to_cpu(cpu)); in cpu_event_vs_ebb()
50 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_vs_ebb()
51 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_vs_ebb()
72 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_vs_ebb()
76 FAIL_IF(wait_for_child(pid)); in cpu_event_vs_ebb()
78 FAIL_IF(event_disable(&event)); in cpu_event_vs_ebb()
79 FAIL_IF(event_read(&event)); in cpu_event_vs_ebb()
Dfork_cleanup_test.c29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
30 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
33 FAIL_IF(catch_sigill(write_pmc1)); in child()
36 FAIL_IF(event_read(&event)); in child()
51 FAIL_IF(event_open(&event)); in fork_cleanup()
57 FAIL_IF(ebb_event_enable(&event)); in fork_cleanup()
69 FAIL_IF(wait_for_child(pid)); in fork_cleanup()
Dtask_event_vs_ebb_test.c30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
31 FAIL_IF(event_enable(event)); in setup_child_event()
45 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_vs_ebb()
46 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_vs_ebb()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_vs_ebb()
71 FAIL_IF(wait_for_child(pid)); in task_event_vs_ebb()
72 FAIL_IF(event_disable(&event)); in task_event_vs_ebb()
73 FAIL_IF(event_read(&event)); in task_event_vs_ebb()
Dmulti_ebb_procs_test.c46 FAIL_IF(event_open(&event)); in cycles_child()
52 FAIL_IF(ebb_event_enable(&event)); in cycles_child()
57 FAIL_IF(core_busy_loop()); in cycles_child()
58 FAIL_IF(ebb_check_mmcr0()); in cycles_child()
68 FAIL_IF(ebb_state.stats.ebb_count == 0); in cycles_child()
83 FAIL_IF(cpu < 0); in multi_ebb_procs()
84 FAIL_IF(bind_to_cpu(cpu)); in multi_ebb_procs()
Dcycles_test.c28 FAIL_IF(event_open(&event)); in cycles()
33 FAIL_IF(ebb_event_enable(&event)); in cycles()
38 FAIL_IF(core_busy_loop()); in cycles()
39 FAIL_IF(ebb_check_mmcr0()); in cycles()
49 FAIL_IF(ebb_state.stats.ebb_count == 0); in cycles()
50 FAIL_IF(!ebb_check_count(1, sample_period, 100)); in cycles()
Dinstruction_count_test.c122 FAIL_IF(event_open(&event)); in instruction_count()
123 FAIL_IF(ebb_event_enable(&event)); in instruction_count()
135 FAIL_IF(do_count_loop(&event, 0x100000, overhead, true)); in instruction_count()
138 FAIL_IF(do_count_loop(&event, 0xa00000, overhead, true)); in instruction_count()
141 FAIL_IF(do_count_loop(&event, 0x6400000, overhead, true)); in instruction_count()
144 FAIL_IF(do_count_loop(&event, 0x40000000, overhead, true)); in instruction_count()
147 FAIL_IF(do_count_loop(&event, 0x400000000, overhead, true)); in instruction_count()
150 FAIL_IF(do_count_loop(&event, 0x1000000000, overhead, true)); in instruction_count()
153 FAIL_IF(do_count_loop(&event, 0x2000000000, overhead, true)); in instruction_count()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
118 FAIL_IF(sigaction(SIGSEGV, &segv_act, NULL) != 0); in test()
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
126 FAIL_IF(sigaction(SIGTRAP, &trap_act, NULL) != 0); in test()
133 FAIL_IF(insns == MAP_FAILED); in test()
156 FAIL_IF(pkey < 0); in test()
179 FAIL_IF(sys_pkey_mprotect(insns, pgsize, PROT_EXEC, pkey) != 0); in test()
183 FAIL_IF(remaining_faults != 0); in test()
196 FAIL_IF(sys_pkey_mprotect(insns, pgsize, PROT_EXEC, pkey) != 0); in test()
200 FAIL_IF(remaining_faults != 0 || fault_code != SEGV_ACCERR); in test()
[all …]
Dpkey_siginfo.c258 FAIL_IF(r.base == MAP_FAILED); in test()
272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
275 FAIL_IF(sigaction(SIGSEGV, &act, NULL) != 0); in test()
295 FAIL_IF(pthread_attr_init(&attr) != 0); in test()
296 FAIL_IF(pthread_barrier_init(&iteration_barrier, NULL, 2) != 0); in test()
301 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test()
302 FAIL_IF(pthread_create(&pacc_thread, &attr, &protect_access, &r) != 0); in test()
303 FAIL_IF(pthread_join(prot_thread, NULL) != 0); in test()
304 FAIL_IF(pthread_join(pacc_thread, NULL) != 0); in test()
309 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test()
[all …]
Dlarge_vm_fork_separation.c45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test()
49 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
55 FAIL_IF(write(c2p[1], &c, 1) != 1); in test()
56 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
61 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
62 FAIL_IF(read(c2p[0], &c, 1) != 1); in test()
74 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
75 FAIL_IF(waitpid(pid, &status, 0) == -1); in test()
76 FAIL_IF(!WIFEXITED(status) || WEXITSTATUS(status)); in test()
Dsegv_errors.c44 FAIL_IF(p == MAP_FAILED); in test_segv_errors()
46 FAIL_IF(sigaction(SIGSEGV, &act, NULL) != 0); in test_segv_errors()
59 FAIL_IF(!faulted); in test_segv_errors()
60 FAIL_IF(si_code != SEGV_ACCERR); in test_segv_errors()
69 FAIL_IF(!faulted); in test_segv_errors()
70 FAIL_IF(si_code != SEGV_ACCERR); in test_segv_errors()
Dbad_accesses.c59 FAIL_IF(fault_code == SEGV_MAPERR && \ in bad_access()
62 FAIL_IF(fault_code != SEGV_MAPERR && fault_code != SEGV_BNDERR); in bad_access()
78 FAIL_IF(sigaction(SIGSEGV, &sig, NULL) != 0); in test()
80 FAIL_IF(using_hash_mmu(&hash_mmu)); in test()
99 FAIL_IF(true); in test()
132 FAIL_IF(bad_access((char *)addr, false)); in test()
133 FAIL_IF(bad_access((char *)addr, true)); in test()
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-gpr.c92 FAIL_IF(start_trace(child)); in trace_tm_gpr()
93 FAIL_IF(show_gpr(child, gpr)); in trace_tm_gpr()
94 FAIL_IF(validate_gpr(gpr, GPR_2)); in trace_tm_gpr()
95 FAIL_IF(show_fpr(child, fpr)); in trace_tm_gpr()
96 FAIL_IF(validate_fpr(fpr, FPR_2_REP)); in trace_tm_gpr()
97 FAIL_IF(show_ckpt_fpr(child, fpr)); in trace_tm_gpr()
98 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_tm_gpr()
99 FAIL_IF(show_ckpt_gpr(child, gpr)); in trace_tm_gpr()
100 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_tm_gpr()
101 FAIL_IF(write_ckpt_gpr(child, GPR_3)); in trace_tm_gpr()
[all …]
Dptrace-tm-spd-gpr.c98 FAIL_IF(start_trace(child)); in trace_tm_spd_gpr()
99 FAIL_IF(show_gpr(child, gpr)); in trace_tm_spd_gpr()
100 FAIL_IF(validate_gpr(gpr, GPR_4)); in trace_tm_spd_gpr()
101 FAIL_IF(show_fpr(child, fpr)); in trace_tm_spd_gpr()
102 FAIL_IF(validate_fpr(fpr, FPR_4_REP)); in trace_tm_spd_gpr()
103 FAIL_IF(show_ckpt_fpr(child, fpr)); in trace_tm_spd_gpr()
104 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_tm_spd_gpr()
105 FAIL_IF(show_ckpt_gpr(child, gpr)); in trace_tm_spd_gpr()
106 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_tm_spd_gpr()
107 FAIL_IF(write_ckpt_gpr(child, GPR_3)); in trace_tm_spd_gpr()
[all …]
Dptrace-tm-vsx.c89 FAIL_IF(start_trace(child)); in trace_tm_vsx()
90 FAIL_IF(show_vsx(child, vsx)); in trace_tm_vsx()
91 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_vsx()
92 FAIL_IF(show_vmx(child, vmx)); in trace_tm_vsx()
93 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_vsx()
94 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_vsx()
95 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_vsx()
96 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_vsx()
97 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_vsx()
103 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_vsx()
[all …]
Dptrace-tm-spd-vsx.c101 FAIL_IF(start_trace(child)); in trace_tm_spd_vsx()
102 FAIL_IF(show_vsx(child, vsx)); in trace_tm_spd_vsx()
103 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_spd_vsx()
104 FAIL_IF(show_vmx(child, vmx)); in trace_tm_spd_vsx()
105 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_spd_vsx()
106 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_spd_vsx()
107 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_spd_vsx()
108 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_spd_vsx()
109 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_spd_vsx()
116 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_spd_vsx()
[all …]
Dcore-pkey.c80 FAIL_IF(ret); in increase_core_file_limit()
90 FAIL_IF(ret); in increase_core_file_limit()
94 FAIL_IF(ret); in increase_core_file_limit()
104 FAIL_IF(ret); in increase_core_file_limit()
122 FAIL_IF(ret); in child()
128 FAIL_IF(pkey1 < 0); in child()
134 FAIL_IF(pkey2 < 0); in child()
137 FAIL_IF(pkey3 < 0); in child()
168 FAIL_IF(true); in child()
206 FAIL_IF(ret); in check_core_file()
[all …]
Dptrace-gpr.c60 FAIL_IF(start_trace(child)); in trace_gpr()
61 FAIL_IF(show_gpr(child, gpr)); in trace_gpr()
62 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_gpr()
63 FAIL_IF(show_fpr(child, fpr)); in trace_gpr()
64 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_gpr()
65 FAIL_IF(write_gpr(child, GPR_3)); in trace_gpr()
66 FAIL_IF(write_fpr(child, FPR_3_REP)); in trace_gpr()
67 FAIL_IF(stop_trace(child)); in trace_gpr()
Dptrace-vsx.c42 FAIL_IF(start_trace(child)); in trace_vsx()
43 FAIL_IF(show_vsx(child, vsx)); in trace_vsx()
44 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_vsx()
45 FAIL_IF(show_vmx(child, vmx)); in trace_vsx()
46 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_vsx()
52 FAIL_IF(write_vsx(child, vsx)); in trace_vsx()
53 FAIL_IF(write_vmx(child, vmx)); in trace_vsx()
54 FAIL_IF(stop_trace(child)); in trace_vsx()
/Linux-v5.10/tools/testing/selftests/powerpc/security/
Dspectre_v2.c43 FAIL_IF(events[0].result.running != events[0].result.enabled); in do_count_loop()
44 FAIL_IF(events[1].result.running != events[1].result.enabled); in do_count_loop()
52 FAIL_IF(events[2].result.running != events[2].result.enabled); in do_count_loop()
53 FAIL_IF(events[3].result.running != events[3].result.enabled); in do_count_loop()
92 FAIL_IF(read_sysfs_file("devices/system/cpu/vulnerabilities/spectre_v2", buf, sizeof(buf))); in get_sysfs_state()
99 FAIL_IF(len < 1); in get_sysfs_state()
150 FAIL_IF(event_open(&events[0])); in spectre_v2_test()
151 FAIL_IF(event_open_with_group(&events[1], events[0].fd) == -1); in spectre_v2_test()
160 FAIL_IF(event_open_with_group(&events[2], events[0].fd) == -1); in spectre_v2_test()
161 FAIL_IF(event_open_with_group(&events[3], events[0].fd) == -1); in spectre_v2_test()
[all …]

1234