Hi All, I have made a simple client server program and want to trace the write system call using Ftrace. Any idea how can we do that. Regards
Hi, you might want to have a look at kernelshark or rt-tests: https://lwn.net/Articles/425583/ http://git.kernel.org/cgit/linux/kernel/git/clrkwllms/rt-tests.git they both interface with ftrace. andi On 06/05/2014 06:39 PM, Robert Clove wrote:
Hi All,
I have made a simple client server program and want to trace the write system call using Ftrace.
Any idea how can we do that.
Regards
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi, Please check the licks http://lwn.net/Articles/365835/ and http://lwn.net/Articles/370423/ This will help you in understanding the usage of ftrace. Regards Anjana
participants (3)
-
Andreas Platschek -
Anjana V Kumar -
Robert Clove