Searched refs:swap_offsets_ (Results 1 – 3 of 3) sorted by relevance
115 std::vector<uint64_t> swap_offsets_; variable
260 return swap_offsets_; in SwapOffsets()267 return swap_offsets_; in SwapOffsets()422 swap_offsets_.emplace_back(PAGE_SWAP_OFFSET(page_info)); in ReadVmaStats()433 swap_offsets_.clear(); in ReadVmaStats()447 swap_offsets_.clear(); in ReadVmaStats()
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