Home
last modified time | relevance | path

Searched refs:thread_instruction_delta (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/
Dexport_json.cc838 base::Optional<int64_t> thread_instruction_delta; in ExportSlices() local
848 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()
/external/perfetto/src/trace_processor/tables/
Dslice_tables.h163 C(base::Optional<int64_t>, thread_instruction_delta)
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc697 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()
Dproto_trace_parser_unittest.cc1160 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()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h132 int64_t thread_instruction_delta) { in AddVirtualTrackSlice() argument
137 thread_instruction_deltas_.emplace_back(thread_instruction_delta); in AddVirtualTrackSlice()
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto342 optional int64 thread_instruction_delta = 15; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7171 optional int64 thread_instruction_delta = 15; field