|
From: Bart V. A. <bar...@gm...> - 2006-09-22 17:48:54
|
On 9/21/06, Nicholas Nethercote <nj...@cs...> wrote: > > On Thu, 21 Sep 2006, Josef Weidendorfer 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(). |