|
From: Nicholas N. <nj...@cs...> - 2006-09-22 18:07:19
|
On Fri, 22 Sep 2006, Bart Van Assche wrote: >> Is there any other info a tool needs to know when a fork/clone happens? > > The drd tool has to be notified about thread creation, but does this by > wrapping pthread_create() (which calls clone() on Linux). It doesn't have to > be notified directly about clone(). Right, that's a different case of clone... I meant the case where clone is used for forking. Nick |