OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_profile_enabled
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h
149
bool IsProfilingEnabled () { return
m_profile_enabled
; }
283
bool
m_profile_enabled
; // A flag to indicate if profiling is enabled
member in class:MachProcess
MachProcess.cpp
87
m_profile_enabled
(false),
347
m_profile_enabled
= enable;
351
if (
m_profile_enabled
&& (m_profile_thread == NULL))
355
else if (!
m_profile_enabled
&& m_profile_thread)
[
all
...]
Completed in 183 milliseconds