Searched refs:internPath (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/XRay/ |
| H A D | ProfileTest.cpp | 30 auto Path0 = P.internPath({3, 2, 1}); in TEST() 31 auto Path1 = P.internPath({3, 2, 1}); in TEST() 32 auto Path2 = P.internPath({2, 1}); in TEST() 39 auto PathID = P.internPath({3, 2, 1}); in TEST() 77 Pair(P1.internPath({2, 1}), in TEST() 81 Pair(P1.internPath({3, 2, 1}), in TEST() 101 Pair(P1.internPath({2, 1}), in TEST() 105 Pair(P1.internPath({3, 2, 1}), in TEST() 141 Pair(Merged.internPath({2, 1}), in TEST() 179 Merged.internPath({2, 1}), in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | Profile.cpp | 32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile() 143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath() function in llvm::xray::Profile 210 Merged.internPath(cantFail(P.get().expandPath(PathID))); in mergeProfilesByThread() 243 Merged.internPath(cantFail(P.get().expandPath(PathId))); in mergeProfilesByStack() 310 {{P.internPath(Path), std::move(Data)}}})) in loadProfile() 361 auto InternedPath = P.internPath(Path); in profileFromTrace()
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 75 PathID internPath(ArrayRef<FuncID> P);
|