In my previous article, I explained how to use ftrace
to trace kernel functions. Using ftrace
by writing and reading from files can get tedious, so I used a wrapper around it to run commands with options to enable and disable tracing, set filters, view output, clear output, and more.
read more