Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h660 const tables::MemorySnapshotTable& memory_snapshot_table() const { in memory_snapshot_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1536 const auto& memory_snapshots = storage_->memory_snapshot_table(); in ExportMemorySnapshots()