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.