HomeSort by: relevance | last modified time | path
    Searched defs:tracer (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libexecinfo/
unwind.c 45 tracer(struct _Unwind_Context *ctx, void *arg) function in typeref:typename:_Unwind_Reason_Code
69 _Unwind_Backtrace(tracer, &ctx);
  /src/tests/lib/libc/sys/
t_ptrace_fork_wait.h 356 pid_t tracee, tracer, wpid; variable in typeref:typename:pid_t
414 tracer = atf_utils_fork();
415 if (tracer == 0) {
417 tracer = atf_utils_fork();
418 if (tracer != 0)
446 /* Inform parent that tracer has attached to tracee */
447 CHILD_TO_PARENT("tracer ready", parent_tracer, msg);
614 /* Inform parent that tracer is exiting normally */
615 CHILD_TO_PARENT("tracer done", parent_tracer, msg);
617 DPRINTF("Before exiting of the tracer process\n")
937 pid_t tracee, tracer, wpid; variable in typeref:typename:pid_t
    [all...]
t_ptrace_lwp_wait.h 432 pid_t tracee, tracer, wpid; variable in typeref:typename:pid_t
470 tracer = atf_utils_fork();
471 if (tracer == 0) {
519 /* Inform parent that tracer has attached to tracee */
520 CHILD_TO_PARENT("tracer ready", parent_tracer, msg);
523 CHILD_FROM_PARENT("tracer wait", parent_tracer, msg);
583 DPRINTF("Before exiting of the tracer process\n");
587 DPRINTF("Wait for the tracer to attach to the tracee\n");
588 PARENT_FROM_CHILD("tracer ready", parent_tracer, msg);
596 DPRINTF("Resume the tracer and let it detect multiple threads\n")
    [all...]
t_ptrace_topology_wait.h 95 * unrelated - attach from unrelated tracer reparented to initproc
102 pid_t tracee, tracer, wpid; local in function:tracer_sees_terminaton_before_the_parent_raw
132 tracer = atf_utils_fork();
133 if (tracer == 0) {
136 tracer = atf_utils_fork();
137 if (tracer != 0)
158 /* Inform parent that tracer has attached to tracee */
159 CHILD_TO_PARENT("tracer ready", parent_tracer, msg);
171 DPRINTF("Before exiting of the tracer process\n");
176 DPRINTF("Wait for the tracer process (direct child) to exit
407 pid_t tracer, wpid; local in function:child_attach_to_its_parent
538 pid_t parent, tracee, tracer, wpid; local in function:tracee_sees_its_original_parent
    [all...]
t_ptrace_signal_wait.h 268 "does not stop tracer from catching this raised signal"); \
361 "stops tracer from catching this raised signal"); \
643 * notifies the tracer _before_ unmasking SIGFPE and removing
649 * the special case of a traced process. So when the tracer is
705 "PT_TRACE_ME is delivered to its tracer"); \
865 * notifies the tracer _before_ changing the disposition and
871 * special case of a traced process. So when the tracer is
927 "PT_TRACE_ME is delivered to its tracer"); \
1015 "Verify that a signal " #sig " emitted by a tracer to a child is " \
1113 "Verify that a signal " #sig " emitted by a tracer to a child is "
1789 pid_t tracee, tracer, wpid; local in function:TRACEME_VFORK_SIGNALIGNORED_CRASH
    [all...]

Completed in 15 milliseconds