Home
last modified time | relevance | path

Searched refs:sampling_interval_bytes (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/memory/
H A Dtrace_metadata.out5sampling_interval_bytes: 0\n all: false\n continuous_dump_config {\n dump_phase_m…
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/tables/
H A Dtrace_metadata.json.out6sampling_interval_bytes: 0\n all: false\n continuous_dump_config {\n dump_phase_m…
/aosp_15_r20/external/perfetto/protos/perfetto/config/profiling/
H A Dheapprofd_config.proto52 optional uint64 sampling_interval_bytes = 1; field
99 // Otherwise, sampling_interval_bytes is used.
101 // It is recommended to set sampling_interval_bytes to a reasonable default
102 // value when using this, as a value of 0 for sampling_interval_bytes will
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dpoisson_allocation_sampler.cc197 size_t sampling_interval_bytes) { in SetSamplingInterval() argument
199 g_sampling_interval.store(sampling_interval_bytes, std::memory_order_relaxed); in SetSamplingInterval()
H A Dsampling_heap_profiler.cc186 void SamplingHeapProfiler::SetSamplingInterval(size_t sampling_interval_bytes) { in SetSamplingInterval() argument
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);
/aosp_15_r20/external/perfetto/test/configs/
H A Dheapprofd.cfg17 sampling_interval_bytes: 1
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/profiling/
H A Dheap_profile_data_local_tmp.textproto41 sampling_interval_bytes: 1
H A Dheap_profile_dump_max.textproto105 sampling_interval_bytes: 1024
/aosp_15_r20/prebuilts/tools/linux-x86_64/perfetto/configs/
H A Dtrace_config_detailed_heapdump.textproto190 sampling_interval_bytes: 16384
H A Dtrace_config_systemui_heap_profile.textproto217 sampling_interval_bytes: 16384
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_profiling_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
H A Dheapprofd_config.gen.h78 uint64_t sampling_interval_bytes() const { return sampling_interval_bytes_; } in sampling_interval_bytes() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_profiling_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.gen.h78 uint64_t sampling_interval_bytes() const { return sampling_interval_bytes_; } in sampling_interval_bytes() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer.cc136 cli_config->default_interval = heapprofd_config.sampling_interval_bytes(); in HeapprofdConfigToClientConfiguration()
162 heapprofd_config.sampling_interval_bytes()); in HeapprofdConfigToClientConfiguration()
H A Dheapprofd_end_to_end_test.cc809 EXPECT_EQ(dump.sampling_interval_bytes(), sampling_interval); in ValidateHasSamples()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_module.cc394 static_cast<int64_t>(entry.sampling_interval_bytes()) - in ParseProfilePacket()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.pb.h555 ::uint64_t sampling_interval_bytes() const; in Swap()
895 inline ::uint64_t HeapprofdConfig::sampling_interval_bytes() const { in sampling_interval_bytes() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
H A Dheapprofd_config.pb.h555 ::uint64_t sampling_interval_bytes() const; in Swap()
895 inline ::uint64_t HeapprofdConfig::sampling_interval_bytes() const { in sampling_interval_bytes() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.pbzero.h33 uint64_t sampling_interval_bytes() const { return at<1>().as_uint64(); } in sampling_interval_bytes() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/profiling/
H A Dheapprofd_config.pbzero.h33 uint64_t sampling_interval_bytes() const { return at<1>().as_uint64(); } in sampling_interval_bytes() function
/aosp_15_r20/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_packet.proto181 optional uint64 sampling_interval_bytes = 12; field
/aosp_15_r20/external/perfetto/docs/data-sources/
H A Dnative-heap-profiler.md524 * Setting `sampling_interval_bytes` to 0 crashes the target process.
554 * Setting `sampling_interval_bytes` to 0 crashes the target process.
/aosp_15_r20/external/perfetto/protos/perfetto/config/
H A Dperfetto_config.proto1410 optional uint64 sampling_interval_bytes = 1; field
1457 // Otherwise, sampling_interval_bytes is used.
1459 // It is recommended to set sampling_interval_bytes to a reasonable default
1460 // value when using this, as a value of 0 for sampling_interval_bytes will
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_packet.pbzero.h1173 uint64_t sampling_interval_bytes() const { return at<12>().as_uint64(); } in sampling_interval_bytes() function

12