Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/sorter/
H A Dtrace_token_buffer.cc53 uint32_t has_thread_instruction_count : 1; member
80 alloc_size += desc.has_thread_instruction_count * sizeof(int64_t); in GetAllocSize()
102 desc.has_thread_instruction_count = ted.thread_instruction_count.has_value(); in Append()
131 if (desc.has_thread_instruction_count) { in Append()
163 if (desc.has_thread_instruction_count) { in Extract()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dtrack_event.pb.h1834 inline bool has_thread_instruction_count() const; in Swap()
5702 inline bool TrackEvent::has_thread_instruction_count() const { in has_thread_instruction_count() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.pb.h1834 inline bool has_thread_instruction_count() const; in Swap()
5702 inline bool TrackEvent::has_thread_instruction_count() const { in has_thread_instruction_count() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen/gen/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.pb.cc1675 if (has_thread_instruction_count()) { in SharedDtor()