ftrace utilizes the FTRACE kernel framework in order to trace system calls and kernel events from user space.
To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:
$ go get -u github.com/evilsocket/ftrace
See API documentation for package and API descriptions and find examples in the this directory.
This package was made with ♥ by Simone Margaritelli and it's released under the GPL 3 license.