Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/profiling/
Dheap_profile_flamegraph_system-server-native-profile.out1 …ount","cumulative_count","size","cumulative_size","alloc_count","cumulative_alloc_count","alloc_si…
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc210 idx, tbl->cumulative_alloc_count()[idx] + tbl->alloc_count()[idx]); in BuildNativeFlamegraph()
227 parent_idx, tbl->cumulative_alloc_count()[parent_idx] + in BuildNativeFlamegraph()
228 tbl->cumulative_alloc_count()[idx]); in BuildNativeFlamegraph()
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h282 C(int64_t, cumulative_alloc_count) \
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc207 alloc_row.cumulative_alloc_count = cumulative.alloc_count; in FocusTable()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc96 int64_t cumulative_alloc_count; member