Home
last modified time | relevance | path

Searched refs:thread_instruction_delta_ (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc24820 int64_t thread_instruction_delta() const { return thread_instruction_delta_; } in thread_instruction_delta()
24821 …void set_thread_instruction_delta(int64_t value) { thread_instruction_delta_ = value; _has_field_.… in set_thread_instruction_delta()
24872 int64_t thread_instruction_delta_{}; member in perfetto::protos::gen::TrackEvent_LegacyEvent
25418 && thread_instruction_delta_ == other.thread_instruction_delta_ in operator ==()
25455 field.get(&thread_instruction_delta_); in ParseFromArray()
25533 msg->AppendVarInt(15, thread_instruction_delta_); in Serialize()
Dperfetto.h47907 int64_t thread_instruction_delta() const { return thread_instruction_delta_; }
47908 …void set_thread_instruction_delta(int64_t value) { thread_instruction_delta_ = value; _has_field_.…
47959 int64_t thread_instruction_delta_{};
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp30910 int64_t thread_instruction_delta() const { return thread_instruction_delta_; } in thread_instruction_delta()
30911 …void set_thread_instruction_delta(int64_t value) { thread_instruction_delta_ = value; _has_field_.… in set_thread_instruction_delta()
30962 int64_t thread_instruction_delta_{}; member in perfetto::protos::gen::TrackEvent_LegacyEvent
31655 && thread_instruction_delta_ == other.thread_instruction_delta_ in operator ==()
31692 field.get(&thread_instruction_delta_); in ParseFromArray()
31770 msg->AppendVarInt(15, thread_instruction_delta_); in Serialize()
Dperfetto.h123376 int64_t thread_instruction_delta() const { return thread_instruction_delta_; }
123377 …void set_thread_instruction_delta(int64_t value) { thread_instruction_delta_ = value; _has_field_.…
123428 int64_t thread_instruction_delta_{};