Lines Matching refs:ips
363 bool KeepFailedUnwindingResult(const SampleRecord& r, const std::vector<uint64_t>& ips,
1576 std::vector<uint64_t> ips; in UnwindRecord() local
1579 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
1589 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
1593 if (keep_failed_unwinding_result_ && !KeepFailedUnwindingResult(r, ips, sps)) { in UnwindRecord()
1596 r.ReplaceRegAndStackWithCallChain(ips); in UnwindRecord()
1599 CallChainJoiner::ORIGINAL_OFFLINE, ips, sps)) { in UnwindRecord()
1607 const std::vector<uint64_t>& ips, in KeepFailedUnwindingResult() argument
1613 r.time_data.time, result, r.regs_user_data, r.stack_user_data, ips, sps)); in KeepFailedUnwindingResult()
1716 std::vector<uint64_t> ips; in JoinCallChains() local
1718 if (!callchain_joiner_->GetNextCallChain(pid, tid, type, ips, sps)) { in JoinCallChains()
1724 sr.UpdateUserCallChain(ips); in JoinCallChains()
1968 std::vector<uint64_t> ips = r.GetCallChain(&kernel_ip_count); in CollectHitFileInfo() local
1969 for (size_t i = 0; i < ips.size(); i++) { in CollectHitFileInfo()
1970 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in CollectHitFileInfo()
1973 const Symbol* symbol = thread_tree_.FindSymbol(map, ips[i], nullptr, &dso); in CollectHitFileInfo()