Hi, I am profiling Samba-2.2.8 source code using gprof. The problem I am facing is that the data generated through profiling is only giving names of application functions(which are only called up during initialization of the server). The majority of the time is usually spent by the server is in library functions and system calls. Is there any way I could measure the times taken by those routines?
Thanks in advance, Asim