Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/
Dtrack_event_counters_counters.out11 "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/
Dexport_json.cc788 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 …]
Dtimestamped_trace_piece.h69 int64_t thread_instruction_count = 0; member
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc492 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 …]
Dpacket_sequence_state.h276 int64_t thread_instruction_count) { in SetThreadDescriptor() argument
283 track_event_thread_instruction_count_ = thread_instruction_count; in SetThreadDescriptor()
Dtrack_event_tokenizer.cc271 data->thread_instruction_count = in TokenizeTrackEventPacket()
276 data->thread_instruction_count = event.thread_instruction_count_absolute(); in TokenizeTrackEventPacket()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h124 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/
Dtrack_event.proto240 oneof thread_instruction_count { oneof
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto5700 oneof thread_instruction_count { oneof