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

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto