Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser.cc352 HeapProfileTracker::SourceAllocation src_allocation; in ParseProfilePacket() local
353 src_allocation.pid = entry.pid(); in ParseProfilePacket()
355 src_allocation.heap_name = in ParseProfilePacket()
358 src_allocation.heap_name = context_->storage->InternString("malloc"); in ParseProfilePacket()
360 src_allocation.timestamp = timestamp; in ParseProfilePacket()
361 src_allocation.callstack_id = sample.callstack_id(); in ParseProfilePacket()
363 src_allocation.self_allocated = sample.self_max(); in ParseProfilePacket()
365 src_allocation.alloc_count = sample.self_max_count(); in ParseProfilePacket()
367 src_allocation.self_allocated = sample.self_allocated(); in ParseProfilePacket()
368 src_allocation.self_freed = sample.self_freed(); in ParseProfilePacket()
[all …]