Searched refs:PathData (Results 1 – 2 of 2) sorted by relevance
30 for (const auto &PathData : Block.PathData) in Profile() local31 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile()32 PathData.second}); in Profile()121 if (B.PathData.empty()) in addBlock()196 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread()205 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread()234 PathDataMap PathData; in mergeProfilesByStack() local235 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack()238 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack()245 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()[all …]
65 std::vector<std::pair<PathID, Data>> PathData; member