Searched refs:sProfiler (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.cpp21 static Profiler* sProfiler; variable
182 return sProfiler;
189 sProfiler = new(std::nothrow) Profiler;
190 if (sProfiler == NULL || sProfiler->GetStatus() != B_OK)
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp50 static SystemProfiler* sProfiler = NULL; variable
633 if (sProfiler != this)
636 sProfiler = NULL;
1513 if (sProfiler != NULL)
1518 sProfiler = profiler;
1529 if (sProfiler == NULL)
1532 SystemProfiler* profiler = sProfiler;
1533 sProfiler = NULL;
1583 if (sProfiler != NULL)
1600 if (sProfiler !
[all...]

Completed in 29 milliseconds