Ftrace: tracing init call of out of tree modules
From: Abel Vesa <hidden>
Date: 2015-12-10 13:19:29
From: Abel Vesa <hidden>
Date: 2015-12-10 13:19:29
However, as soon as I rmmod the driver, set_ftrace_filter becomes empty automatically.
Out-of-tree means the module is not build together with the kernel.
So how do I do a trace on out-of-tree modules I have ?
If you built your driver without building it together with the kernel, you can trace it as any other module after you insmod it. Cheers, Abel