summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2020-06-05 09:31:54 -0400
committerGitHub <noreply@github.com>2020-06-05 16:31:54 +0300
commit2b9246a4ae7b69c0bde8466881ebdd5384b9a7a2 (patch)
tree61ba1adfae63634422aae65539b2223f4c9c5758
parent04241c1200ddc8d5ca396680e5636b3c9fd4202a (diff)
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 <joel.g.hans@gmail.com>
-rw-r--r--collectors/ebpf.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
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