Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h587 const tables::ProcessMemorySnapshotTable& process_memory_snapshot_table() in process_memory_snapshot_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc831 RegisterDbTable(storage->process_memory_snapshot_table()); in TraceProcessorImpl()
Dexport_json.cc1672 const auto& process_snapshots = storage_->process_memory_snapshot_table(); in ExportMemorySnapshots()