Searched refs:thread_instruction_delta (Results 1 – 7 of 7) sorted by relevance
838 base::Optional<int64_t> thread_instruction_delta; in ExportSlices() local848 thread_instruction_delta = in ExportSlices()849 thread_slices.thread_instruction_delta()[*thread_slice_row]; in ExportSlices()861 thread_instruction_delta = in ExportSlices()909 if (duration_ns > 0 && thread_instruction_delta) in ExportSlices()910 event["tidelta"] = Json::Int64(*thread_instruction_delta); in ExportSlices()1011 if (thread_instruction_count && thread_instruction_delta && in ExportSlices()1014 (*thread_instruction_count + *thread_instruction_delta)); in ExportSlices()
163 C(base::Optional<int64_t>, thread_instruction_delta)
697 row.thread_instruction_delta = legacy_event_.thread_instruction_delta(); in ParseThreadCompleteEvent()829 row.thread_instruction_delta = tidelta; in ParseThreadInstantEvent()1046 Variadic::Integer(legacy_event_.thread_instruction_delta())); in ParseLegacyEventAsRawEvent()1409 row.thread_instruction_delta = base::nullopt; in MakeThreadSliceRow()
1160 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_delta()[*id_0], in TEST_F()1168 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_delta()[*id_1], in TEST_F()1176 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_delta()[*id_2], in TEST_F()1531 storage_->thread_slice_table().thread_instruction_delta()[*id_0]); in TEST_F()1539 storage_->thread_slice_table().thread_instruction_delta()[*id_1]); in TEST_F()
132 int64_t thread_instruction_delta) { in AddVirtualTrackSlice() argument137 thread_instruction_deltas_.emplace_back(thread_instruction_delta); in AddVirtualTrackSlice()
342 optional int64 thread_instruction_delta = 15; field
7171 optional int64 thread_instruction_delta = 15; field