Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
Dstatsd.sql32 thread_instruction_delta LONG,
58 slice.thread_instruction_delta AS thread_instruction_delta,
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/prelude/after_eof/
Dviews.sql84 thread_instruction_delta LONG,
149 thread_instruction_delta LONG,
/external/perfetto/src/trace_processor/
Dexport_json.cc822 std::optional<int64_t> thread_instruction_delta; in ExportSlices() local
828 thread_instruction_delta = it.thread_instruction_delta(); in ExportSlices()
841 thread_instruction_delta = in ExportSlices()
886 if (duration_ns > 0 && thread_instruction_delta) in ExportSlices()
887 event["tidelta"] = Json::Int64(*thread_instruction_delta); in ExportSlices()
984 if (thread_instruction_count && thread_instruction_delta && in ExportSlices()
987 (*thread_instruction_count + *thread_instruction_delta)); in ExportSlices()
/external/perfetto/include/perfetto/public/protos/trace/track_event/
Dtrack_event.pzc.h333 thread_instruction_delta,
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h143 int64_t thread_instruction_delta) { in AddVirtualTrackSlice() argument
148 thread_instruction_deltas_.emplace_back(thread_instruction_delta); in AddVirtualTrackSlice()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_impl_unittest.cc1218 EXPECT_EQ(rr_0->thread_instruction_delta(), 50); in TEST_F()
1224 EXPECT_EQ(rr_1->thread_instruction_delta(), 20); in TEST_F()
1230 EXPECT_EQ(rr_2->thread_instruction_delta(), 0); in TEST_F()
1554 EXPECT_FALSE(rr_0->thread_instruction_delta()); in TEST_F()
1560 EXPECT_FALSE(rr_1->thread_instruction_delta()); in TEST_F()
Dtrack_event_parser.cc771 legacy_event_.thread_instruction_delta()); in ParseThreadCompleteEvent()
1106 Variadic::Integer(legacy_event_.thread_instruction_delta())); in ParseLegacyEventAsRawEvent()
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto363 optional int64 thread_instruction_delta = 15; field
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto12641 optional int64 thread_instruction_delta = 15; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto13709 optional int64 thread_instruction_delta = 15; field