Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h209 bool IsProfilingEnabled() { return m_profile_enabled; } in IsProfilingEnabled()
406 bool m_profile_enabled; // A flag to indicate if profiling is enabled variable
H A DMachProcess.mm517 m_profile_enabled(false), m_profile_interval_usec(0), m_profile_thread(0), function
1397 m_profile_enabled = enable;
1401 if (m_profile_enabled && (m_profile_thread == NULL)) {
1403 } else if (!m_profile_enabled && m_profile_thread) {