|
From: Josef W. <Jos...@gm...> - 2006-09-20 21:40:12
|
Regarding this commit: Christoph, can you check it this is working for you? Julian, this is probably a candidate for backporting; I want to wait for Christoph's confirmation, but more important: The cost counters probably should be zero in the child after a fork() - otherwise, the profile costs of the parent before the fork will appear attributed to the child. I am not really sure about the best way how to do this in. There is a thread creation hook, but that is useless in this case. Or is there a possibility to hook into a system call? Josef |