[PATCH] D146169: Non-debuginfo JITLink perf jitdump support
Prem Chintalapudi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 19 23:30:43 PDT 2023
pchintalapudi added a comment.
> Do the perf JIT APIs support unloading code? If so these should have a // TODO to fill them in later. (I don't think they're needed for the initial commit).
I don't see any records for code unloading in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jitdump-specification.txt , and PerfJITEventListener didn't have support for code unloading either, so I'm inclined to believe it doesn't exist right now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146169/new/
https://reviews.llvm.org/D146169
More information about the llvm-commits
mailing list