Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dperf_producer.cc593 uint64_t max_footprint_bytes = in ReadAndParsePerCpuBuffer() local
596 if (max_footprint_bytes) { in ReadAndParsePerCpuBuffer()
598 if (footprint_bytes + sample_stack_size >= max_footprint_bytes) { in ReadAndParsePerCpuBuffer()