|
From: Steve F. <sp...@gm...> - 2011-09-08 19:56:24
|
Is there any way I can tell valgrind/callgrind that an executable memory region belongs to a particular function "f"? (As in, I want to provide the name of the function as a char*). And preferably, have that information forgotten when I do VALGRIND_DISCARD_TRANSLATIONS (or another client request specific for this purpose.) I don't see anything in my valgrind.h or callgrind.h, but I'm at version 3.5.0. |