Home
last modified time | relevance | path

Searched defs:cumulative_alloc_size (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/memory/heap_profile/
H A Dsummary_tree.sql109 cumulative_alloc_size LONG field
121 cumulative_alloc_size field
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dprofiler_tables_py.h1867 static constexpr uint32_t cumulative_alloc_size = 19; member
1892 using cumulative_alloc_size = TypedColumn<int64_t>; member
1961 int64_t cumulative_alloc_size; member
2090 ColumnType::cumulative_alloc_size::type cumulative_alloc_size() const { in cumulative_alloc_size() function
2302 ColumnType::cumulative_alloc_size::type cumulative_alloc_size() const { in cumulative_alloc_size() function
2883 const TypedColumn<int64_t>& cumulative_alloc_size() const { in cumulative_alloc_size() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc118 int64_t cumulative_alloc_size; member