Searched refs:swap_offsets_ (Results 1 – 3 of 3) sorted by relevance
218 return swap_offsets_; in SwapOffsets()225 return swap_offsets_; in SwapOffsets()377 swap_offsets_.emplace_back(PAGE_SWAP_OFFSET(page_info)); in ReadVmaStats()385 swap_offsets_.clear(); in ReadVmaStats()395 swap_offsets_.clear(); in ReadVmaStats()
109 std::vector<uint64_t> swap_offsets_; variable
82 swap_offsets_ = procmem->SwapOffsets(); in ProcessRecord()90 for (auto& off : swap_offsets_) { in CalculateSwap()106 const std::vector<uint64_t>& SwapOffsets() const { return swap_offsets_; } in SwapOffsets()118 std::vector<uint64_t> swap_offsets_; member