Lines Matching refs:pre
375 stackshot_stats_t pre, post;
377 get_stats(&pre);
388 log_stats(timebase, now, " pre", pre);
391 int64_t delta_stackshots = (int64_t)(post.ss_count - pre.ss_count);
392 …int64_t delta_duration = (int64_t)(post.ss_duration - pre.ss_duration) * (int64_t)timebase.numer /…
399 T_EXPECT_LT(pre.ss_last_start, pre.ss_last_end, "pre: stackshot should take time");
400 …T_EXPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is take…
401 …T_EXPECT_LT(pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stacksho…
402 …T_EXPECT_LT(pre.ss_last_end, post.ss_last_start, "previous end should be less than new start after…
707 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec");
864 T_HELPER_DECL(exec_child_preexec, "child process pre-exec")
937 …T_LOG("received signal from pre-exec child, unique_pid is %llu, timestamp is %llu", unique_pid, st…
939 T_ASSERT_POSIX_SUCCESS(kill(pid, SIGUSR1), "signaled pre-exec child to exec");