Lines Matching refs:tp

3927 ATF_TP_ADD_TCS(tp)
3930 ATF_TP_ADD_TC(tp, ptrace__parent_wait_after_trace_me);
3931 ATF_TP_ADD_TC(tp, ptrace__parent_wait_after_attach);
3932 ATF_TP_ADD_TC(tp, ptrace__parent_sees_exit_after_child_debugger);
3933 ATF_TP_ADD_TC(tp, ptrace__parent_sees_exit_after_unrelated_debugger);
3934 ATF_TP_ADD_TC(tp, ptrace__parent_exits_before_child);
3935 ATF_TP_ADD_TC(tp, ptrace__follow_fork_both_attached);
3936 ATF_TP_ADD_TC(tp, ptrace__follow_fork_child_detached);
3937 ATF_TP_ADD_TC(tp, ptrace__follow_fork_parent_detached);
3938 ATF_TP_ADD_TC(tp, ptrace__follow_fork_both_attached_unrelated_debugger);
3939 ATF_TP_ADD_TC(tp,
3941 ATF_TP_ADD_TC(tp,
3943 ATF_TP_ADD_TC(tp, ptrace__getppid);
3944 ATF_TP_ADD_TC(tp, ptrace__new_child_pl_syscall_code_fork);
3945 ATF_TP_ADD_TC(tp, ptrace__new_child_pl_syscall_code_vfork);
3946 ATF_TP_ADD_TC(tp, ptrace__new_child_pl_syscall_code_thread);
3947 ATF_TP_ADD_TC(tp, ptrace__lwp_events);
3948 ATF_TP_ADD_TC(tp, ptrace__lwp_events_exec);
3949 ATF_TP_ADD_TC(tp, ptrace__siginfo);
3950 ATF_TP_ADD_TC(tp, ptrace__ptrace_exec_disable);
3951 ATF_TP_ADD_TC(tp, ptrace__ptrace_exec_enable);
3952 ATF_TP_ADD_TC(tp, ptrace__event_mask);
3953 ATF_TP_ADD_TC(tp, ptrace__ptrace_vfork);
3954 ATF_TP_ADD_TC(tp, ptrace__ptrace_vfork_follow);
3956 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_breakpoint);
3958 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_system_call);
3959 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_threads);
3960 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_competing_signal);
3961 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_competing_stop);
3962 ATF_TP_ADD_TC(tp, ptrace__PT_KILL_with_signal_full_sigqueue);
3963 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_system_call_entry);
3964 ATF_TP_ADD_TC(tp,
3966 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_full_sigqueue);
3967 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_masked_full_sigqueue);
3968 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_change_sig);
3969 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_sigtrap_system_call_entry);
3970 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_mix);
3971 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_kqueue);
3972 ATF_TP_ADD_TC(tp, ptrace__killed_with_sigmask);
3973 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_sigmask);
3974 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_with_signal_thread_sigmask);
3975 ATF_TP_ADD_TC(tp, ptrace__parent_terminate_with_pending_sigstop1);
3976 ATF_TP_ADD_TC(tp, ptrace__parent_terminate_with_pending_sigstop2);
3977 ATF_TP_ADD_TC(tp, ptrace__event_mask_sigkill_discard);
3978 ATF_TP_ADD_TC(tp, ptrace__PT_ATTACH_with_SBDRY_thread);
3979 ATF_TP_ADD_TC(tp, ptrace__PT_STEP_with_signal);
3981 ATF_TP_ADD_TC(tp, ptrace__breakpoint_siginfo);
3983 ATF_TP_ADD_TC(tp, ptrace__step_siginfo);
3985 ATF_TP_ADD_TC(tp, ptrace__PT_CONTINUE_different_thread);
3987 ATF_TP_ADD_TC(tp, ptrace__PT_LWPINFO_stale_siginfo);