-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/7.0-staging] [MONO] Add JIT_CODE_DEBUG_INFO record functionality for Jitdump #87428
[release/7.0-staging] [MONO] Add JIT_CODE_DEBUG_INFO record functionality for Jitdump #87428
Conversation
@fanyang-mono @lambdageek @vargaz Today is code complete for the July servicing release. Please get a Tactics approval, sign-off, confirm the CI failures are unrelated, and merge before EOD if you'd like this to be included in the release. |
@carlossanlop Thanks for your reminder. This isn't an urgent change. It could wait for the next round. :) |
Verified that CI failures are not related to this PR. |
Tactics has approved this. |
Backport of #85107 to release/7.0-staging
/cc @fanyang-mono @saitama951
Customer Impact
Fixed jitdump version and added the support to annotate source code in perf when using Mono jitdump feature. A customer has reported this issue by dotnet/performance#2988
Testing
Manually tested by @saitama951 and passed CI testing.
Risk
None. This is an added capability for performance diagnostics on linux.