-
Notifications
You must be signed in to change notification settings - Fork 122
Add support for thread names stack artifacts. #2941
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
Conversation
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/StacksTests.cs
Show resolved
Hide resolved
51cfb8a to
5ac1855
Compare
src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/StacksFormatter.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/StacksTests.cs
Outdated
Show resolved
Hide resolved
…tter.cs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
d41b31b to
d76292c
Compare
|
/backport to release/7.x |
|
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/3598533708 |
|
@wiktork backporting to release/7.x failed, the patch most likely resulted in conflicts. Please backport manually using one of the below commands, followed by PowerShell (Invoke-WebRequest "https://github.com/dotnet/dotnet-monitor/commit/1e0b9f4adce7222327ea033d55478d36384fb330.patch").Content | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patchBash curl -sSL "https://github.com/dotnet/dotnet-monitor/commit/1e0b9f4adce7222327ea033d55478d36384fb330.patch" | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch
$ git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch changes.patch
Applying: Add support for thread names stack artifacts. (#2941)
Using index info to reconstruct a base tree...
A src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/SpeedScopeStacksFormatter.cs
M src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/StacksFormatter.cs
M src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/TextStacksFormatter.cs
M src/MonitorProfiler/CMakeLists.txt
M src/MonitorProfiler/MainProfiler/MainProfiler.cpp
M src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/StacksTests.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/StacksTests.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/StacksTests.cs
Auto-merging src/MonitorProfiler/MainProfiler/MainProfiler.cpp
Auto-merging src/MonitorProfiler/CMakeLists.txt
CONFLICT (content): Merge conflict in src/MonitorProfiler/CMakeLists.txt
Auto-merging src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/TextStacksFormatter.cs
Auto-merging src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/StacksFormatter.cs
CONFLICT (modify/delete): src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/SpeedScopeStacksFormatter.cs deleted in HEAD and modified in Add support for thread names stack artifacts. (#2941). Version Add support for thread names stack artifacts. (#2941) of src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/SpeedScopeStacksFormatter.cs left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Add support for thread names stack artifacts. (#2941)
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 |
|
/backport to release/7.x |
|
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/3603587041 |
* Add support for thread names stack artifacts. * Pr feedback * Fix formatting for empty names * Skip unstable test. * Update src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/StacksFormatter.cs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add support for thread names stack artifacts. * Pr feedback * Fix formatting for empty names * Skip unstable test. * Update src/Microsoft.Diagnostics.Monitoring.WebApi/Stacks/StacksFormatter.cs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wiktor Kopec <wiktork@microsoft.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary
Add support for thread names in the callstack artifact.
Release Notes Entry