System call trace

2012-02-15 Thread Swapnil Gaikwad
Can we see trace of how the system call works? What are the functions are called in kernel space? For example we want to trace cp command. Then what are the functions is get called by that in kernel space? like how the inode allocation take place for new destination file etc. Is any tool for that?

Re: System call trace

2012-02-15 Thread Alexandru Juncu
On Wed, Feb 15, 2012 at 4:38 PM, Swapnil Gaikwad swapnilgai...@gmail.com wrote: Can we see trace of how the system call works? What are the functions are called in kernel space? For example we want to trace cp command. Then what are the functions is get called by that in kernel space? like how

Re: System call trace

2012-02-15 Thread Mulyadi Santosa
Hi :) On Wed, Feb 15, 2012 at 21:38, Swapnil Gaikwad swapnilgai...@gmail.com wrote: Can we see trace of how the system call works? What are the functions are called in kernel space? For example we want to trace cp command. Then what are the functions is get called by that in kernel space?