Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocfs_utils.h23 bool ReadOomStats(ProcessSnapshot* snapshot);
24 bool ReadPageFaultsAndCpuTimeStats(ProcessSnapshot* snapshot);
Datrace_process_dump.cc91 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()
Dprocfs_utils.cc91 bool ReadOomStats(ProcessSnapshot* snapshot) { in ReadOomStats()
104 bool ReadPageFaultsAndCpuTimeStats(ProcessSnapshot* snapshot) { in ReadPageFaultsAndCpuTimeStats()
Dprocess_info.h26 struct ProcessSnapshot { struct
Datrace_process_dump.h56 using ProcessSnapshotMap = std::map<int, std::unique_ptr<ProcessSnapshot>>;