Searched refs:alloc_row (Results 1 – 3 of 3) sorted by relevance
184 tables::ExperimentalFlamegraphNodesTable::Row alloc_row{}; in FocusTable() local190 alloc_row.parent_id = node_to_id[original_idx]; in FocusTable()193 alloc_row.ts = in->ts()[i]; in FocusTable()194 alloc_row.upid = in->upid()[i]; in FocusTable()195 alloc_row.profile_type = in->profile_type()[i]; in FocusTable()196 alloc_row.depth = in->depth()[i]; in FocusTable()197 alloc_row.name = in->name()[i]; in FocusTable()198 alloc_row.map_name = in->map_name()[i]; in FocusTable()199 alloc_row.count = in->count()[i]; in FocusTable()200 alloc_row.size = in->size()[i]; in FocusTable()[all …]
843 tables::ExperimentalFlamegraphNodesTable::Row alloc_row{}; in BuildFlamegraph() local844 alloc_row.ts = current_ts; in BuildFlamegraph()845 alloc_row.upid = current_upid; in BuildFlamegraph()846 alloc_row.profile_type = profile_type; in BuildFlamegraph()847 alloc_row.depth = 0; in BuildFlamegraph()848 alloc_row.name = in BuildFlamegraph()850 alloc_row.map_name = java_mapping; in BuildFlamegraph()851 alloc_row.count = 1; in BuildFlamegraph()852 alloc_row.cumulative_count = 1; in BuildFlamegraph()853 alloc_row.size = 1; in BuildFlamegraph()[all …]
283 tables::HeapProfileAllocationTable::Row alloc_row{ in AddAllocation() local333 alloc_row.count += alloc_correction.count; in AddAllocation()334 alloc_row.size += alloc_correction.size; in AddAllocation()345 tables::HeapProfileAllocationTable::Row alloc_delta = alloc_row; in AddAllocation()372 prev_alloc = alloc_row; in AddAllocation()