@cryptotaxi247 / netdata-1 / commits / 2b9246a4a

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>

Steve8291 committed Jun 5, 2020 at 09:31 UTC 2b9246a4ae7b69c0bde8466881ebdd5384b9a7a2
1 file changed +1 -1
collectors/ebpf.plugin/README.md
+1 -1
@@ -239,7 +239,7 @@ sudo mount -t tracefs nodev /sys/kernel/tracing
239 ```
240
241 If they are already mounted, you will see an error. You can also configure your system's `/etc/fstab` configuration to
242 -mount these filesystems on startup.
242 +mount these filesystems on startup. More information can be found in the [ftrace documentation](https://www.kernel.org/doc/Documentation/trace/ftrace.txt).
243
244 ## Performance
245