[Diagnostics] Update dotnet-trace collect-linux and perfmap enablement#54354
Open
mdh1418 wants to merge 4 commits into
Open
[Diagnostics] Update dotnet-trace collect-linux and perfmap enablement#54354mdh1418 wants to merge 4 commits into
mdh1418 wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates .NET diagnostics documentation to reflect newer runtime and tool behavior, specifically around PerfMap control and dotnet-trace collect-linux platform requirements.
Changes:
- Document on-demand PerfMap/JIT dump enablement via Diagnostics IPC commands and DiagnosticsClient APIs (.NET 8+).
- Lower the documented glibc requirement for
dotnet-trace collect-linuxto 2.27+ and simplify the supported distro note. - Refresh
ms.datemetadata for the debugging/profiling runtime config article.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/core/runtime-config/debugging-profiling.md | Adds PerfMap enable/disable via Diagnostics IPC references and updates page date. |
| docs/core/diagnostics/dotnet-trace.md | Updates collect-linux glibc prerequisite text for Linux x64/Arm64. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lower dotnet-trace collect-linux glibc compatibility.
Clarify PerfMap on demand enable/disable through Diagnostic IPC Commands
Internal previews