Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dfuchsia_trace_utils.h44 bool IsInlineThread(uint32_t);
Dfuchsia_trace_tokenizer.cc270 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseRecord()
393 if (fuchsia_trace_utils::IsInlineThread(outgoing_thread_ref)) { in ParseRecord()
400 if (fuchsia_trace_utils::IsInlineThread(incoming_thread_ref)) { in ParseRecord()
Dfuchsia_trace_utils.cc44 bool IsInlineThread(uint32_t thread_ref) { in IsInlineThread() function
Dfuchsia_trace_parser.cc77 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseTracePacket()