/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | sampler_unittest.cc | 30 sampler.SetSamplingInterval(512); in TEST() 37 sampler.SetSamplingInterval(512); in TEST() 44 sampler.SetSamplingInterval(1); in TEST()
|
H A D | client_api.cc | 371 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 D | sampler.h | 45 void SetSamplingInterval(uint64_t sampling_interval) { in SetSamplingInterval() function
|
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler_unittest.cc | 101 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 D | sampling_heap_profiler.cc | 186 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 D | sampling_heap_profiler.h | 82 void SetSamplingInterval(size_t sampling_interval_bytes);
|
H A D | poisson_allocation_sampler.h | 103 void SetSamplingInterval(size_t sampling_interval_bytes);
|
H A D | poisson_allocation_sampler.cc | 196 void PoissonAllocationSampler::SetSamplingInterval( in SetSamplingInterval() function in base::PoissonAllocationSampler
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler_unittest.cc | 54 profiler->SetSamplingInterval(1024); in TEST_F() 104 profiler->SetSamplingInterval(10240); in CheckAllocationPattern()
|
H A D | sampling_heap_profiler.h | 75 void SetSamplingInterval(size_t sampling_interval);
|
H A D | sampling_heap_profiler.cc | 257 void SamplingHeapProfiler::SetSamplingInterval(size_t sampling_interval) { in SetSamplingInterval() function in base::SamplingHeapProfiler
|
/aosp_15_r20/art/runtime/javaheapprof/ |
H A D | javaheapsampler.h | 73 void SetSamplingInterval(int sampling_interval) REQUIRES(!geo_dist_rng_lock_);
|
H A D | javaheapsampler.cc | 138 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/ |
D | sampling_heap_profiler.h | 78 void SetSamplingInterval(size_t sampling_interval);
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.h | 78 void SetSamplingInterval(size_t sampling_interval);
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.cc | 125 sampler_self->SetSamplingInterval(interval); in EnableHeapSamplerCallback()
|