|
From: Adrian M. <ama...@te...> - 2009-10-09 09:18:33
|
Dear all, I'm trying to get the call graph of a program and want to limit callgrind's gathering of data to just my code, ignoring all functions within any libraries I link against. Is this possible? I've gone through the docs and searched the list but didn't find anything. Right now I'm getting info on tons of functions from locations ld-2.7.so, libc-2.7.so, etc., that I don't need. Thanks for your attention. Best regards. Adrian. |