Searched refs:process_snapshots (Results 1 – 5 of 5) sorted by relevance
114 def process_snapshots( function142 process_snapshots(184 process_snapshots(
71 out_file.write(processor.process_snapshots(serialized_snapshot))
1675 const auto& process_snapshots = storage_->process_memory_snapshot_table(); in ExportMemorySnapshots() local1678 process_index < process_snapshots.row_count(); ++process_index) { in ExportMemorySnapshots()1679 if (process_snapshots.snapshot_id()[process_index].value != snapshot_id) in ExportMemorySnapshots()1682 auto process_snapshot_id = process_snapshots.id()[process_index].value; in ExportMemorySnapshots()1683 uint32_t pid = UpidToPid(process_snapshots.upid()[process_index]); in ExportMemorySnapshots()1690 for (uint32_t i = 0; i < process_snapshots.row_count(); ++i) { in ExportMemorySnapshots()1691 if (process_snapshots.snapshot_id()[i].value != snapshot_id) in ExportMemorySnapshots()1693 uint32_t new_pid = UpidToPid(process_snapshots.upid()[i]); in ExportMemorySnapshots()
302 ``pw_snapshot.processor.process_snapshots()``.325 return pw_snapshot.processor.process_snapshots(
183 return processor.process_snapshots(snapshot, DETOKENIZER, matcher)