Hi,

Is there a way to find, in the kernel src tree, which routine/function is calling another function OR kernel function invocation stack order?
This would be helpful for me to know the various steps/functionalities involved during executing something in kernel space.

-Sri-