Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp208 auto NewPathID = in mergeProfilesByThread() local
212 std::tie(PathDataIt, Inserted) = It->second->insert({NewPathID, Data}); in mergeProfilesByThread()
241 auto NewPathID = in mergeProfilesByStack() local
245 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()