Home
last modified time | relevance | path

Searched refs:thread_instruction_count (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/test/trace_processor/track_event/
Dtrack_event_counters_counters.out13 "thread_instruction_count","[NULL]","t4","Browser","[NULL]",4000,20.000000
15 "thread_instruction_count","[NULL]","t4","Browser","[NULL]",4100,25.000000
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc562 if (event_data_->thread_instruction_count) { in ParseLegacyThreadTimeAndInstructionsAsCounters()
566 ts_, static_cast<double>(*event_data_->thread_instruction_count), in ParseLegacyThreadTimeAndInstructionsAsCounters()
628 event_data_->thread_instruction_count = static_cast<int64_t>(value); in AddExtraCounterValue()
669 auto tic = thread_slices->thread_instruction_count()[*maybe_row]; in ParseThreadEndEvent()
671 PERFETTO_DCHECK(event_data_->thread_instruction_count); in ParseThreadEndEvent()
673 *maybe_row, *event_data_->thread_instruction_count - *tic); in ParseThreadEndEvent()
828 if (event_data_->thread_instruction_count) { in ParseThreadInstantEvent()
872 int64_t tic = event_data_->thread_instruction_count in ParseAsyncBeginEvent()
873 ? *event_data_->thread_instruction_count in ParseAsyncBeginEvent()
890 int64_t tic = event_data_->thread_instruction_count in ParseAsyncEndEvent()
[all …]
Dpacket_sequence_state.h278 int64_t thread_instruction_count) { in SetThreadDescriptor() argument
285 track_event_thread_instruction_count_ = thread_instruction_count; in SetThreadDescriptor()
Dtrack_event_tokenizer.cc274 data->thread_instruction_count = in TokenizeTrackEventPacket()
279 data->thread_instruction_count = event.thread_instruction_count_absolute(); in TokenizeTrackEventPacket()
Dproto_trace_parser_unittest.cc1158 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_count()[*id_0], in TEST_F()
1166 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_count()[*id_1], in TEST_F()
1174 EXPECT_EQ(storage_->thread_slice_table().thread_instruction_count()[*id_2], in TEST_F()
1529 storage_->thread_slice_table().thread_instruction_count()[*id_0]); in TEST_F()
1537 storage_->thread_slice_table().thread_instruction_count()[*id_1]); in TEST_F()
/external/perfetto/src/trace_processor/
Dexport_json.cc837 base::Optional<int64_t> thread_instruction_count; in ExportSlices() local
846 thread_instruction_count = in ExportSlices()
847 thread_slices.thread_instruction_count()[*thread_slice_row]; in ExportSlices()
858 thread_instruction_count = in ExportSlices()
887 if (thread_instruction_count && *thread_instruction_count > 0) { in ExportSlices()
888 event["ticount"] = Json::Int64(*thread_instruction_count); in ExportSlices()
906 if (thread_instruction_count && *thread_instruction_count > 0) { in ExportSlices()
907 event["ticount"] = Json::Int64(*thread_instruction_count); in ExportSlices()
984 if (thread_instruction_count && *thread_instruction_count > 0) { in ExportSlices()
985 event["ticount"] = Json::Int64(*thread_instruction_count); in ExportSlices()
[all …]
Dtimestamped_trace_piece.h74 base::Optional<int64_t> thread_instruction_count; member
/external/perfetto/src/trace_processor/tables/
Dslice_tables.h162 C(base::Optional<int64_t>, thread_instruction_count) \
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h131 int64_t thread_instruction_count, in AddVirtualTrackSlice() argument
136 thread_instruction_counts_.emplace_back(thread_instruction_count); in AddVirtualTrackSlice()
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto319 oneof thread_instruction_count { oneof
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7148 oneof thread_instruction_count { oneof