Searched refs:ss_count (Results 1 – 3 of 3) sorted by relevance
55 uint64_t ss_count; /* count of stackshots taken */ member
441 …stackshot_get_timing(&stats.ss_last_start, &stats.ss_last_end, &stats.ss_count, &stats.ss_duration…
416 name, stat.ss_count,448 int64_t delta_stackshots = (int64_t)(post.ss_count - pre.ss_count);457 …T_EXPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is take…