Skip to content

Commit c98ecd5

Browse files
committed
Switch tracefs link
1 parent 9daccba commit c98ecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/dotnet-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ By default all processes on the machine will be traced. Use `-n, --name <name>`
425425

426426
- **`--perf-events <list-of-perf-events>`**
427427

428-
A comma-separated list of perf events to include in the trace. Available events can be found under [tracefs](https://lwn.net/Articles/630526/), which is typically mounted at `/sys/kernel/tracing`, through `available_events` for all available events or through the `events/` subdirectory for categorized events.
428+
A comma-separated list of perf events to include in the trace. Available events can be found under [tracefs](https://www.kernel.org/doc/html/latest/trace/ftrace.html#the-file-system), which is typically mounted at `/sys/kernel/tracing`, through `available_events` for all available events or through the `events/` subdirectory for categorized events.
429429

430430
Example: `--perf-events syscalls:sys_enter_execve,sched:sched_switch,sched:sched_wakeup`
431431

0 commit comments

Comments
 (0)