Skip to content

Commit 1e5516f

Browse files
authored
docs: deprecation of tracefs in debugfs (open-telemetry#924)
1 parent e413d8c commit 1e5516f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/ebpf/sched_monitor.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "types.h"
88

9-
// See /sys/kernel/debug/tracing/events/sched/sched_process_free/format
9+
// See /sys/kernel/tracing/events/sched/sched_process_free/format
1010
// for struct layout. This is pre-6.16 format which uses a fixed-size
1111
// (TASK_COMM_LEN) array for comm.
1212
struct sched_process_free_ctx_pre616 {

0 commit comments

Comments
 (0)