Searched refs:switch_timestamp (Results 1 – 5 of 5) sorted by relevance
82 protozero::PackedVarInt switch_timestamp; in ReEncodeBundle() local115 switch_timestamp.Append(event.timestamp() - last_switch_timestamp); in ReEncodeBundle()148 compact_sched->set_switch_timestamp(switch_timestamp); in ReEncodeBundle()
45 repeated uint64 switch_timestamp = 1 [packed = true]; field
136 auto timestamp_it = compact.switch_timestamp(&parse_error); in TokenizeFtraceCompactSchedSwitch()
864 EXPECT_EQ(6u, compact_sched.switch_timestamp().size()); in TEST()873 EXPECT_TRUE(WithinOneMicrosecond(compact_sched.switch_timestamp()[0], 1045157, in TEST()
5582 repeated uint64 switch_timestamp = 1 [packed = true]; field