Searched refs:thread_instruction_count (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/test/trace_processor/ |
D | track_event_counters_counters.out | 11 "thread_instruction_count","[NULL]","t4","p1","[NULL]","[NULL]",4000,20.000000 13 "thread_instruction_count","[NULL]","t4","p1","[NULL]","[NULL]",4100,25.000000
|
/external/perfetto/src/trace_processor/ |
D | export_json.cc | 788 int64_t thread_instruction_count = 0; in ExportSlices() local 797 thread_instruction_count = in ExportSlices() 809 thread_instruction_count = in ExportSlices() 834 if (thread_instruction_count > 0) { in ExportSlices() 835 event["ticount"] = Json::Int64(thread_instruction_count); in ExportSlices() 853 if (thread_instruction_count > 0) { in ExportSlices() 854 event["ticount"] = Json::Int64(thread_instruction_count); in ExportSlices() 931 if (thread_instruction_count > 0) { in ExportSlices() 932 event["ticount"] = Json::Int64(thread_instruction_count); in ExportSlices() 951 if (thread_instruction_count > 0) { in ExportSlices() [all …]
|
D | timestamped_trace_piece.h | 69 int64_t thread_instruction_count = 0; member
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 492 if (event_data_->thread_instruction_count) { in ParseLegacyThreadTimeAndInstructionsAsCounters() 496 ts_, event_data_->thread_instruction_count, track_id); in ParseLegacyThreadTimeAndInstructionsAsCounters() 536 event_data_->thread_instruction_count = value; in ParseExtraCounterValues() 556 kPendingThreadDuration, event_data_->thread_instruction_count, in ParseThreadBeginEvent() 576 event_data_->thread_instruction_count); in ParseThreadEndEvent() 601 thread_duration_ns, event_data_->thread_instruction_count, in ParseThreadCompleteEvent() 622 event_data_->thread_instruction_count, tidelta); in ParseThreadInstantEvent() 639 kPendingThreadDuration, event_data_->thread_instruction_count, in ParseAsyncBeginEvent() 653 event_data_->thread_instruction_count); in ParseAsyncEndEvent() 672 event_data_->thread_instruction_count, tidelta); in ParseAsyncInstantEvent() [all …]
|
D | packet_sequence_state.h | 276 int64_t thread_instruction_count) { in SetThreadDescriptor() argument 283 track_event_thread_instruction_count_ = thread_instruction_count; in SetThreadDescriptor()
|
D | track_event_tokenizer.cc | 271 data->thread_instruction_count = in TokenizeTrackEventPacket() 276 data->thread_instruction_count = event.thread_instruction_count_absolute(); in TokenizeTrackEventPacket()
|
/external/perfetto/src/trace_processor/storage/ |
D | trace_storage.h | 124 int64_t thread_instruction_count, in AddThreadSlice() argument 129 thread_instruction_counts_.emplace_back(thread_instruction_count); in AddThreadSlice() 185 int64_t thread_instruction_count, in AddVirtualTrackSlice() argument 190 thread_instruction_counts_.emplace_back(thread_instruction_count); in AddVirtualTrackSlice()
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 240 oneof thread_instruction_count { oneof
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 5700 oneof thread_instruction_count { oneof
|