Home
last modified time | relevance | path

Searched refs:SetSamplingInterval (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dsampler_unittest.cc30 sampler.SetSamplingInterval(512); in TEST()
37 sampler.SetSamplingInterval(512); in TEST()
44 sampler.SetSamplingInterval(1); in TEST()
H A Dclient_api.cc371 info->sampler.SetSamplingInterval(interval); in AHeapProfile_registerHeap()
414 heap.sampler.SetSamplingInterval(2 * heap.sampler.sampling_interval()); in AHeapProfile_reportAllocation()
563 heap.sampler.SetSamplingInterval(interval); in AHeapProfile_initSession()
H A Dsampler.h45 void SetSamplingInterval(uint64_t sampling_interval) { in SetSamplingInterval() function
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler_unittest.cc101 sampler->SetSamplingInterval(1024); in TEST_F()
114 sampler->SetSamplingInterval(1024); in TEST_F()
186 profiler->SetSamplingInterval(10240); in CheckAllocationPattern()
261 sampler->SetSamplingInterval(sampling_interval); in TEST_F()
339 sampler->SetSamplingInterval(1024); in TEST_F()
H A Dsampling_heap_profiler.cc186 void SamplingHeapProfiler::SetSamplingInterval(size_t sampling_interval_bytes) { in SetSamplingInterval() function in base::SamplingHeapProfiler
187 PoissonAllocationSampler::Get()->SetSamplingInterval(sampling_interval_bytes); in SetSamplingInterval()
H A Dsampling_heap_profiler.h82 void SetSamplingInterval(size_t sampling_interval_bytes);
H A Dpoisson_allocation_sampler.h103 void SetSamplingInterval(size_t sampling_interval_bytes);
H A Dpoisson_allocation_sampler.cc196 void PoissonAllocationSampler::SetSamplingInterval( in SetSamplingInterval() function in base::PoissonAllocationSampler
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler_unittest.cc54 profiler->SetSamplingInterval(1024); in TEST_F()
104 profiler->SetSamplingInterval(10240); in CheckAllocationPattern()
H A Dsampling_heap_profiler.h75 void SetSamplingInterval(size_t sampling_interval);
H A Dsampling_heap_profiler.cc257 void SamplingHeapProfiler::SetSamplingInterval(size_t sampling_interval) { in SetSamplingInterval() function in base::SamplingHeapProfiler
/aosp_15_r20/art/runtime/javaheapprof/
H A Djavaheapsampler.h73 void SetSamplingInterval(int sampling_interval) REQUIRES(!geo_dist_rng_lock_);
H A Djavaheapsampler.cc138 void HeapSampler::SetSamplingInterval(int sampling_interval) { in SetSamplingInterval() function in art::HeapSampler
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h78 void SetSamplingInterval(size_t sampling_interval);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h78 void SetSamplingInterval(size_t sampling_interval);
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc125 sampler_self->SetSamplingInterval(interval); in EnableHeapSamplerCallback()