Venkatesh Pitta wrote:
hi,
i wish to know what all happen in the system from the moment a fork() is issued to its corresponding exit() call. someone please point me to some source where i can find answer for this.
this i'm doing for a project.
thanks in advance,
Venkatesh
Please be more specific.
What is yor requirement?
If is is the system calls you can use strace.
If you want to analyse the performance you can use gprof.
Regards,
Ashwin
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/