Home
last modified time | relevance | path

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

/external/pigweed/pw_snapshot/py/pw_snapshot/
Dprocessor.py114 def process_snapshots( function
142 process_snapshots(
184 process_snapshots(
/external/pigweed/pw_snapshot/py/
Dgenerate_example_snapshot.py71 out_file.write(processor.process_snapshots(serialized_snapshot))
/external/perfetto/src/trace_processor/
Dexport_json.cc1675 const auto& process_snapshots = storage_->process_memory_snapshot_table(); in ExportMemorySnapshots() local
1678 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()
/external/pigweed/pw_snapshot/
Dsetup.rst302 ``pw_snapshot.processor.process_snapshots()``.
325 return pw_snapshot.processor.process_snapshots(
Dmodule_usage.rst183 return processor.process_snapshots(snapshot, DETOKENIZER, matcher)