Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dfuchsia_trace_parser.cc67 uint32_t thread_ref = in ParseTracePacket() local
77 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseTracePacket()
80 tinfo = provider_view->GetThread(thread_ref); in ParseTracePacket()
Dfuchsia_trace_utils.cc44 bool IsInlineThread(uint32_t thread_ref) { in IsInlineThread() argument
45 return thread_ref == 0; in IsInlineThread()
Dfuchsia_trace_tokenizer.cc250 uint32_t thread_ref = in ParseRecord() local
270 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseRecord()
275 thread_ref, current_provider_->thread_table[thread_ref]); in ParseRecord()
/external/libchrome/base/debug/
Dactivity_tracker.cc160 ThreadRef thread_ref; in ForThread() local
161 thread_ref.as_id = 0; // Zero the union in case other is smaller. in ForThread()
163 thread_ref.as_tid = ::GetThreadId(handle.platform_handle()); in ForThread()
165 thread_ref.as_handle = handle.platform_handle(); in ForThread()
167 return ForThread(thread_ref.as_id); in ForThread()
621 ThreadRef thread_ref; member
712 sizeof(header_->thread_ref) == sizeof(header_->thread_ref.as_id), in ThreadActivityTracker()
726 DCHECK_EQ(0, header_->thread_ref.as_id); in ThreadActivityTracker()
738 header_->thread_ref.as_tid = PlatformThread::CurrentId(); in ThreadActivityTracker()
740 header_->thread_ref.as_handle = in ThreadActivityTracker()
[all …]