I want to use Ftrace event tracer for my kernel module.
It is important to me that I'll be able to trace right when the module loads- in similar fashion to enabling events during boot via the kernel command line.
I had no success with it, I did saw that some effort was made to make this possible (tracing: Enable tracepoints via module parameters).
Can someone point me out if (and if so, how) is this possible?