|
From: Oriol P. <aut...@gm...> - 2007-08-03 13:16:17
|
Hi, Is it possible to track a fork in a tool code? There is a VG_(track_post_thread_create) where you can register a function callback to be called when a thread is created but is only called in thread creation not in process fork. The purpose is to open a new file descriptor for tracing code in a separated file (one for each process (fork call)). Thanks, Oriol |