[Linux] Add initial perf jitdump support #13462
Labels
area-Diagnostics-coreclr
enhancement
Product code improvement that does NOT require public API changes/additions
os-linux
Linux OS (any supported distro)
Milestone
Linux uses the perf tools to profile application. The linux 4.10 kernel added support for a
perf
jitdump
format.It has allows better JIT support for perf. Specifically allowing adding:
perf
can show disassembly of JIT functions.I believe this will also allow us to properly support
ready to run
images.The app must
perf inject
of its presence by callingmmap
with the filename.JIT_CODE_LOAD
recordsJIT_DEBUG_INFO
recordsJIT_CODE_UNWINDING_INFO
recordsIt is used like this
/cc @dotnet/dotnet-diag
The text was updated successfully, but these errors were encountered: