Home
last modified time | relevance | path

Searched refs:thread_out (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc129 bool RecordCursor::ReadInlineThread(ThreadInfo* thread_out) { in ReadInlineThread() argument
134 if (thread_out != nullptr) { in ReadInlineThread()
135 memcpy(&thread_out->pid, thread_data, sizeof(uint64_t)); in ReadInlineThread()
136 memcpy(&thread_out->tid, thread_data + sizeof(uint64_t), sizeof(uint64_t)); in ReadInlineThread()
Dfuchsia_trace_utils.h207 bool ReadInlineThread(ThreadInfo* thread_out);