Skip to content

Commit 76c6a3d

Browse files
committed
Update collect-linux example output
1 parent 54d662b commit 76c6a3d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/core/diagnostics/dotnet-trace.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,16 +659,18 @@ To collect traces using `dotnet-trace collect-linux`:
659659
Provider Name Keywords Level Enabled By
660660
Microsoft-Windows-DotNETRuntime 0x000000100003801D Informational(4) --profile
661661
662-
Linux Events Enabled By
662+
Linux Perf Events Enabled By
663663
cpu-sampling --profile
664664
665-
[00:00:00:04] Recording trace.
665+
Output File : <path-to-nettrace>trace_20251008_181939.nettrace
666+
667+
[00:00:00:03] Recording trace.
666668
Press <Enter> or <Ctrl-C> to exit...
667669
668670
Recording stopped.
669671
Resolving symbols.
670672
Finished recording trace.
671-
Trace written to trace_20251007_160232.nettrace
673+
Trace written to <path-to-nettrace>trace_20251008_181939.nettrace
672674
```
673675
674676
## View the trace captured from dotnet-trace

0 commit comments

Comments
 (0)