Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc49 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr;
50 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U;
51 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false;
92 BackgroundMethodSamplingProfiler* profiler = in GetSample()
93 reinterpret_cast<BackgroundMethodSamplingProfiler*>(arg); in GetSample()
124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : in SampleCheckpoint()
145 BackgroundMethodSamplingProfiler* const profiler_;
148 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) { in ShuttingDown()
153 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg) { in RunProfilerThread()
155 BackgroundMethodSamplingProfiler* profiler = in RunProfilerThread()
[all …]
Dprofiler.h166 class BackgroundMethodSamplingProfiler {
189 explicit BackgroundMethodSamplingProfiler(
201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
232 DISALLOW_COPY_AND_ASSIGN(BackgroundMethodSamplingProfiler);
Druntime.cc242 BackgroundMethodSamplingProfiler::Shutdown(); in ~Runtime()
1548 BackgroundMethodSamplingProfiler::Start(profile_output_filename_, profiler_options_); in StartProfiler()