Debugging Linux Kernel using ftrace Part7 - Script to find out what all kernel functions are executed by a particular command

I wrote a script to find out what all kernel functions are being called for a particular linux command we execute.

Script:



Output: 


Comments

Popular posts from this blog

Appending and Prepending in Yocto - +=, =+ vs .=, =.

ARM interview questions

Linux driver example for Per CPU Variable