Searched refs:ProcessSnapshot (Results 1 – 5 of 5) sorted by relevance
23 bool ReadOomStats(ProcessSnapshot* snapshot);24 bool ReadPageFaultsAndCpuTimeStats(ProcessSnapshot* snapshot);
91 ProcessSnapshot* process_snapshot = new ProcessSnapshot(); in TakeGlobalSnapshot()92 snapshot_[pid] = std::unique_ptr<ProcessSnapshot>(process_snapshot); in TakeGlobalSnapshot()139 const ProcessSnapshot* process = it->second.get(); in SerializeSnapshot()
91 bool ReadOomStats(ProcessSnapshot* snapshot) { in ReadOomStats()104 bool ReadPageFaultsAndCpuTimeStats(ProcessSnapshot* snapshot) { in ReadPageFaultsAndCpuTimeStats()
26 struct ProcessSnapshot { struct
56 using ProcessSnapshotMap = std::map<int, std::unique_ptr<ProcessSnapshot>>;