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 <ivo.ra...@gmail.com> wrote:

>
>
> 2015-09-08 8:10 GMT+02:00 Yue Chen <ycyc...@gmail.com>:
>
>> 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
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to