I mean the result from "valgrind --trace-syscalls=yes ./myprogram" VS "truss ./myprogram" are different;
NOT "truss valgrind --trace-syscalls=yes ./program" VS "truss ./program". Can I modify some Valgrind source code to mark the syscalls issued from Valgrind itself? On Tue, Sep 8, 2015 at 2:30 AM, Ivo Raisr <[email protected]> wrote: > > > 2015-09-08 8:10 GMT+02:00 Yue Chen <[email protected]>: > >> Any approach that can distinguish which syscalls are from the >> application, and which syscalls are from Valgrind itself? >> > > Based solely on 'truss' output, no. > I. >
------------------------------------------------------------------------------
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
