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
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: dotnet-trace diagnostic tool - .NET CLI
3
3
description: Learn how to install and use the dotnet-trace CLI tool to collect .NET traces of a running process without the native profiler, by using the .NET EventPipe.
4
-
ms.date: 07/09/2026
4
+
ms.date: 08/21/2026
5
5
ms.topic: reference
6
6
ms.custom: sfi-ropc-nochange
7
7
ai-usage: ai-assisted
@@ -299,9 +299,6 @@ dotnet-trace collect
299
299
300
300
## dotnet-trace collect-linux
301
301
302
-
> [!NOTE]
303
-
> The `collect-linux` verb is a new preview feature and relies on an updated version of the .nettrace file format. The latest PerfView release supports these trace files, but other ways of using the trace file, such as [`convert`](#dotnet-trace-convert) and [`report`](#dotnet-trace-report), might not work yet.
304
-
305
302
Collects diagnostic traces using perf_events, a Linux OS technology. `collect-linux` enables the following additional features over [`collect`](#dotnet-trace-collect).
306
303
307
304
| Feature |`collect`|`collect-linux`|
@@ -740,12 +737,6 @@ This example captures CPU samples for all processes on the machine. Any processe
0 commit comments