Lines Matching refs:process
455 T_HELPER_DECL(spawn_reslide_child, "child process to spawn with alternate slide")
523 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
538 T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "killing spawned process");
581 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
643 T_HELPER_DECL(zombie_child, "child process to sample as a zombie")
687 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
715 * don't leave a process stuck in the kernel.
744 T_HELPER_DECL(exec_child_preexec, "child process pre-exec")
754 // Parent took a timestamp then signaled us: exec into the next process
772 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample")
806 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
875 T_ASSERT_TRUE(found, "able to find our execing process mid-exec in %d tries", tries);
877 T_PASS("found mid-exec process in %d tries", tries);
1393 …T_QUIET; T_ASSERT_POSIX_ZERO(posix_spawn(&pid, args[0], NULL, NULL, args, NULL), "spawned process …
1402 …(sizeof(mib)/sizeof(int)), &process_info, &bufsize, NULL, 0), "get translated child process info");
1403 T_QUIET; T_ASSERT_GT(bufsize, (size_t)0, "process info is not empty");
1623 T_LOG("client process exiting after sending message to parent (server)");
1708 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1772 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1960 T_DECL(perf_process, "test stackshot performance targeted at process",
1972 T_DECL(perf_delta_process, "test delta stackshot performance targeted at a process",
2162 T_QUIET; T_ASSERT_NOTNULL(cache_header, "current process running with shared cache");
2593 "current process name matches in stackshot");
2596 … T_ASSERT_BITS_NOTSET(task_flags, kTerminatedSnapshot, "current process not marked as terminated");
2597 T_ASSERT_BITS_NOTSET(task_flags, kTaskIsTranslated, "current process not marked as translated");
2731 T_QUIET; T_ASSERT_GT(exec_inprogress_found, 0, "found at least 1 task for execing process");
2787 T_ASSERT_POSIX_SUCCESS(ret, "proc_name failed for current process");