Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h149 bool IsProfilingEnabled () { return m_profile_enabled; } in IsProfilingEnabled() function
DMachProcess.cpp1433 while (proc->IsProfilingEnabled()) in ProfileThread()