|
From: Azat K. <a3a...@gm...> - 2015-11-23 15:33:28
|
On Mon, Nov 23, 2015 at 11:18:29PM +0800, yoma sophian wrote:
> 2. there is a option call "--trace-children=yes" to capture all
> children information.
> is it possible to limit the specific child name for tracking?
> if possile, should I use some other valgrind execution options or
> modify the source code?
>From valgrind(1):
...
--trace-children-skip=patt1,patt2..
...
--trace-children-skip-by-arg=patt1,patt2..
...
|