Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc1672 const auto& process_snapshots = storage_->process_memory_snapshot_table(); in ExportMemorySnapshots() local
1675 process_index < process_snapshots.row_count(); ++process_index) { in ExportMemorySnapshots()
1676 if (process_snapshots.snapshot_id()[process_index].value != snapshot_id) in ExportMemorySnapshots()
1679 auto process_snapshot_id = process_snapshots.id()[process_index].value; in ExportMemorySnapshots()
1680 uint32_t pid = UpidToPid(process_snapshots.upid()[process_index]); in ExportMemorySnapshots()
1687 for (uint32_t i = 0; i < process_snapshots.row_count(); ++i) { in ExportMemorySnapshots()
1688 if (process_snapshots.snapshot_id()[i].value != snapshot_id) in ExportMemorySnapshots()
1690 uint32_t new_pid = UpidToPid(process_snapshots.upid()[i]); in ExportMemorySnapshots()