Searched refs:thread_instruction_count (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/test/trace_processor/track_event/ |
D | track_event_counters_counters.out | 13 "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/ |
D | track_event_parser.cc | 562 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 …]
|
D | packet_sequence_state.h | 278 int64_t thread_instruction_count) { in SetThreadDescriptor() argument 285 track_event_thread_instruction_count_ = thread_instruction_count; in SetThreadDescriptor()
|
D | track_event_tokenizer.cc | 274 data->thread_instruction_count = in TokenizeTrackEventPacket() 279 data->thread_instruction_count = event.thread_instruction_count_absolute(); in TokenizeTrackEventPacket()
|
D | proto_trace_parser_unittest.cc | 1158 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/ |
D | export_json.cc | 837 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 …]
|
D | timestamped_trace_piece.h | 74 base::Optional<int64_t> thread_instruction_count; member
|
/external/perfetto/src/trace_processor/tables/ |
D | slice_tables.h | 162 C(base::Optional<int64_t>, thread_instruction_count) \
|
/external/perfetto/src/trace_processor/storage/ |
D | trace_storage.h | 131 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/ |
D | track_event.proto | 319 oneof thread_instruction_count { oneof
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 7148 oneof thread_instruction_count { oneof
|