Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp210 auto NewPathID = in mergeProfilesByThread() local
214 std::tie(PathDataIt, Inserted) = It->second->insert({NewPathID, Data}); in mergeProfilesByThread()
243 auto NewPathID = in mergeProfilesByStack() local
247 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()