Home | History | Annotate | Download | only in sys

Lines Matching defs:tracer

432 	pid_t tracee, tracer, wpid;
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");
597 PARENT_TO_CHILD("tracer wait", parent_tracer, msg);
599 DPRINTF("Wait for tracer to finish its job and exit - calling %s()\n",
601 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(tracer, &status, 0),
602 tracer);
623 " spawned extra threads (tracer is not the original " \