You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/diagnostics/dotnet-trace.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,8 +310,41 @@ Collects diagnostic traces using perf_events, a Linux OS technology. `collect-li
310
310
- .NET 10+
311
311
312
312
> [!NOTE]
313
-
> The current set of supported Linux RIDs is { linux-x64, linux-arm64 }.
314
-
> The underlying trace recording library currently requires glibc 2.35+.
313
+
> The `collect-linux` verb depends on assets currently available only on linux x64 and linux arm64 environments that have glibc 2.35+.
314
+
> A quick way to check the version of a system's libc is with the command `ldd --version` or by executing the libc library directly.
315
+
> From the [official .NET 10 Linux support document](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#linux), the tables below depict each distros support in addition to the minimum distro version that we have found to contain glibc 2.35+. (These values were obtained by using official Docker images.)
0 commit comments