Lines Matching refs:PathData
31 for (const auto &PathData : Block.PathData) in Profile() local
32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile()
33 PathData.second}); in Profile()
122 if (B.PathData.empty()) in addBlock()
197 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread()
206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread()
235 PathDataMap PathData; in mergeProfilesByStack() local
236 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack()
239 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack()
246 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()
256 Block.reserve(PathData.size()); in mergeProfilesByStack()
257 copy(PathData, std::back_inserter(Block)); in mergeProfilesByStack()