LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Tracing kernel compile (https://www.linuxquestions.org/questions/linux-newbie-8/tracing-kernel-compile-290155/)

Clementine 02-14-2005 01:28 PM

Tracing kernel compile
 
Hi,

Im running kernel 2.4.19.
I am trying to trace the kernel compile with
strace -q -T-e trace=execve,wait4,_exit,fork,vfork -o traceout make allyesconfig. But this doesnt seem to give a trace of all processes forked and exec-ed. There is just a single execve in the trace which is for the "/usr/bin/make".

Does anyone know how i could trace the system calls made (fork, exec, wait,_exit) for all the processes that the kernel compile forks off...

Thanks in advance!


All times are GMT -5. The time now is 11:07 AM.