|
From: Young Wn S. <you...@ya...> - 2013-01-31 22:47:07
|
Hi, I am wondering if we can prevent Valgrind from tracing some shared library such as libpthread and libc. I know we can supress modules. But what I want to do is completely bypassing some library modules. I am using DRD in valgrind-3.8.1 on Ubuntu. I want to make comparisons for a tool I am using with DRD. But the tool does not trace some shared library and I want to make fair comparison. Thanks. |