Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/diff_tests/tables/
Dtrace_metadata.json.out6sampling_interval_bytes: 0\n all: false\n continuous_dump_config {\n dump_phase_m…
/external/perfetto/test/trace_processor/diff_tests/memory/
Dtrace_metadata.out5sampling_interval_bytes: 0\n all: false\n continuous_dump_config {\n dump_phase_m…
/external/perfetto/test/configs/
Dheapprofd.cfg17 sampling_interval_bytes: 1
/external/perfetto/protos/perfetto/config/profiling/
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
/external/cronet/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc169 void SamplingHeapProfiler::SetSamplingInterval(size_t sampling_interval_bytes) { in SetSamplingInterval() argument
170 PoissonAllocationSampler::Get()->SetSamplingInterval(sampling_interval_bytes); in SetSamplingInterval()
Dpoisson_allocation_sampler.cc220 size_t sampling_interval_bytes) { in SetSamplingInterval() argument
222 g_sampling_interval = sampling_interval_bytes; in SetSamplingInterval()
Dsampling_heap_profiler.h82 void SetSamplingInterval(size_t sampling_interval_bytes);
Dpoisson_allocation_sampler.h102 void SetSamplingInterval(size_t sampling_interval_bytes);
/external/perfetto/test/trace_processor/diff_tests/profiling/
Dheap_profile_data_local_tmp.textproto41 sampling_interval_bytes: 1
Dheap_profile_dump_max.textproto105 sampling_interval_bytes: 1024
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc136 cli_config->default_interval = heapprofd_config.sampling_interval_bytes(); in HeapprofdConfigToClientConfiguration()
162 heapprofd_config.sampling_interval_bytes()); in HeapprofdConfigToClientConfiguration()
Dheapprofd_end_to_end_test.cc764 EXPECT_EQ(dump.sampling_interval_bytes(), sampling_interval); in ValidateHasSamples()
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.cc386 static_cast<int64_t>(entry.sampling_interval_bytes()) - in ParseProfilePacket()
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto181 optional uint64 sampling_interval_bytes = 12; field
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md521 * Setting `sampling_interval_bytes` to 0 crashes the target process.
551 * Setting `sampling_interval_bytes` to 0 crashes the target process.
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto906 optional uint64 sampling_interval_bytes = 1; field
953 // Otherwise, sampling_interval_bytes is used.
955 // It is recommended to set sampling_interval_bytes to a reasonable default
956 // value when using this, as a value of 0 for sampling_interval_bytes will
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto906 optional uint64 sampling_interval_bytes = 1; field
953 // Otherwise, sampling_interval_bytes is used.
955 // It is recommended to set sampling_interval_bytes to a reasonable default
956 // value when using this, as a value of 0 for sampling_interval_bytes will
11069 optional uint64 sampling_interval_bytes = 12; field