how to get kernel functions calling stack/invokation ordert

2011-04-01 Thread sri
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-

Re: how to get kernel functions calling stack/invokation ordert

2011-04-01 Thread Daniel Baluta
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. At runtime you can use

Re: how to get kernel functions calling stack/invokation ordert

2011-04-01 Thread Daniel Baluta
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. At runtime you can use

Re: how to get kernel functions calling stack/invokation ordert

2011-04-01 Thread sri
Thank you Daniel for the links. Am using kernel-2.6.18-194.centosplus.el5 and dumpstack.c (under lib/dumpstack.c) implentation said simply This architecture does not support dump_stack. Thanks, Sri. On Fri, Apr 1, 2011 at 3:33 PM, Daniel Baluta daniel.bal...@gmail.comwrote: Is there a way to