strace shows the system calls that are involved in executing a application. ltrace list down only functions that are part of library.... For more information see man pange Regards, Suresh On 10/25/05, Raju RajaRam <oyeraju@xxxxxxxxx> wrote: > Hi, > iam new to linux kernel. > Can anyone tell me how to get the sequence of function called during the > library/system call invocation. > > For example frmo user application if we invoke read() function call which > functions are called in function. i know one method thru strace, is there > any other way to know that. > > thanks. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/