Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h631 const tables::ProcessMemorySnapshotTable& process_memory_snapshot_table() in process_memory_snapshot_table() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc814 RegisterDbTable(storage->process_memory_snapshot_table()); in TraceProcessorImpl()
H A Dexport_json.cc1451 const auto& process_snapshots = storage_->process_memory_snapshot_table(); in ExportMemorySnapshots()