From: John L. <le...@mo...> - 2004-11-19 08:57:19
|
On Fri, Nov 19, 2004 at 10:56:58AM +1300, Oliver Jowett wrote: > If I understand correctly, you need to inspect the object code at each > VMA marked as a child sample to work out which child was actually > responsible for the sample, right? No, that's completely unnecessary. OProfile is VMA based and the call-graph code uses the frame pointer to traverse the stack, recording the saved VMA at each frame. regards john |