Lines Matching refs:thread_id
95 lldb::tid_t &thread_id) { in ParseCommandArgThread() argument
98 thread_id = LLDB_INVALID_THREAD_ID; in ParseCommandArgThread()
119 thread_id = thread.GetThreadID(); in ParseCommandArgThread()
141 lldb::tid_t thread_id; in DoExecute() local
152 if (!ParseCommandArgThread(command, result, process, i, thread_id)) in DoExecute()
165 thread_id = thread.GetThreadID(); in DoExecute()
175 lldb_SBTraceOptions.setThreadID(thread_id); in DoExecute()
218 lldb::tid_t thread_id; in DoExecute() local
225 if (!ParseCommandArgThread(command, result, process, i, thread_id)) in DoExecute()
237 thread_id = thread.GetThreadID(); in DoExecute()
242 if (thread_id == LLDB_INVALID_THREAD_ID) { in DoExecute()
257 thread = process.GetThreadByID(thread_id); in DoExecute()
258 thread_id = thread.GetThreadID(); in DoExecute()
261 pt_decoder_sp->GetProcessorTraceInfo(process, thread_id, options, error); in DoExecute()
264 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
272 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
281 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
289 thread.GetIndexID(), thread_id, options.GetTraceBufferSize(), in DoExecute()
320 lldb::tid_t thread_id; in DoExecute() local
335 if (!ParseCommandArgThread(command, result, process, i, thread_id)) in DoExecute()
348 thread_id = thread.GetThreadID(); in DoExecute()
353 if (thread_id == LLDB_INVALID_THREAD_ID) { in DoExecute()
368 thread = process.GetThreadByID(thread_id); in DoExecute()
369 thread_id = thread.GetThreadID(); in DoExecute()
378 pt_decoder_sp->GetInstructionLogAtOffset(process, thread_id, offset, in DoExecute()
382 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
390 thread_id); in DoExecute()
456 lldb::tid_t thread_id; in DoExecute() local
463 if (!ParseCommandArgThread(command, result, process, i, thread_id)) in DoExecute()
475 thread_id = thread.GetThreadID(); in DoExecute()
480 pt_decoder_sp->StopProcessorTrace(process, error, thread_id); in DoExecute()