Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dflamegraph_construction_algorithms.cc256 tbl->mutable_cumulative_alloc_size()->Set( in BuildFlamegraphTableHeapSizeAndCount()
272 tbl->mutable_cumulative_alloc_size()->Set( in BuildFlamegraphTableHeapSizeAndCount()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dprofiler_tables_py.h2180 return mutable_table()->mutable_cumulative_alloc_size()->Set(row_number_, v); in set_cumulative_alloc_size()
2815 mutable_cumulative_alloc_size()->Append(row.cumulative_alloc_size); in Insert()
2964 TypedColumn<int64_t>* mutable_cumulative_alloc_size() { in mutable_cumulative_alloc_size() function