Searched refs:eProfileThreadName (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDefs.h345 eProfileThreadsCPU = (1 << 2), // By default excludes eProfileThreadName and eProfileQueueName.
346 eProfileThreadName = (1 << 3), // Assume eProfileThreadsCPU, get thread name as well. enumerator in enum:DNBProfileDataScanType
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp263 if ((scanType & eProfileThreadName) && (identifier_info.thread_handle != 0))
395 if (scanType & eProfileThreadName)

Completed in 295 milliseconds