Lines Matching refs:post
432 stackshot_stats_t pre, post;
441 get_stats(&post);
446 log_stats(timebase, now, " post", post);
448 int64_t delta_stackshots = (int64_t)(post.ss_count - pre.ss_count);
449 …int64_t delta_duration = (int64_t)(post.ss_duration - pre.ss_duration) * (int64_t)timebase.numer /…
457 …T_EXPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is take…
458 …T_EXPECT_LT(pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stacksho…
459 …T_EXPECT_LT(pre.ss_last_end, post.ss_last_start, "previous end should be less than new start after…
460 T_EXPECT_LT(post.ss_last_start, post.ss_last_end, "post: stackshot should take time");
766 /* wait for a signal from post-exec child */
771 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "kill post-exec child %d", pid);
800 T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on post-exec child");
949 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample")
1000 T_LOG("received signal from post-exec child, capturing stackshot");
1013 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "kill post-exec child %d", pid);
1014 T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on post-exec child");
3293 T_PASS("post-exec child %llu has a task snapshot", postexec_child_unique_pid);
3304 … T_FAIL("post-exec child %llu shouldn't have a delta task snapshot", postexec_child_unique_pid);
3690 T_QUIET; T_ASSERT_TRUE(found_postexec_child, "found post-exec child in kcdata");