From 2b9246a4ae7b69c0bde8466881ebdd5384b9a7a2 Mon Sep 17 00:00:00 2001 From: Steve8291 Date: Fri, 5 Jun 2020 09:31:54 -0400 Subject: Add link to kernel docs for ftrace (#9211) * Add link to kernel docs for ftrace This gives an explanation on how mounts are created for ftrace. It also provides and example for /etc/fstab Co-authored-by: Joel Hans --- collectors/ebpf.plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md index 31ed9257f6..9b150b1453 100644 --- a/collectors/ebpf.plugin/README.md +++ b/collectors/ebpf.plugin/README.md @@ -239,7 +239,7 @@ sudo mount -t tracefs nodev /sys/kernel/tracing ``` If they are already mounted, you will see an error. You can also configure your system's `/etc/fstab` configuration to -mount these filesystems on startup. +mount these filesystems on startup. More information can be found in the [ftrace documentation](https://www.kernel.org/doc/Documentation/trace/ftrace.txt). ## Performance -- cgit v1.2.3