Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc48 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr;
49 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U;
50 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false;
94 BackgroundMethodSamplingProfiler* profiler = in GetSample()
95 reinterpret_cast<BackgroundMethodSamplingProfiler*>(arg); in GetSample()
126 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : in SampleCheckpoint()
147 BackgroundMethodSamplingProfiler* const profiler_;
150 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) { in ShuttingDown()
155 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg) { in RunProfilerThread()
157 BackgroundMethodSamplingProfiler* profiler = in RunProfilerThread()
[all …]
Dprofiler.h166 class BackgroundMethodSamplingProfiler {
191 explicit BackgroundMethodSamplingProfiler(
205 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
236 DISALLOW_COPY_AND_ASSIGN(BackgroundMethodSamplingProfiler);