[llvm] [memprof] Dump call site matching information (PR #125130)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 13:09:14 PST 2025
kazutakahirata wrote:
> You should probably clarify in the description that this will just be the full profiled context of frames on the interior callsite (i.e. including all possible inlined frames). Unlike in the allocation case where we have the whole allocation context.
Thank you for pointing this out! I've switched to printing the entire *inline* call stack per line.
> Also, can you add a test?
Done in the latest revision.
https://github.com/llvm/llvm-project/pull/125130
More information about the llvm-commits
mailing list