Re: [Valgrind-users] valgrind --tool=exp-sgcheck on CentOS 7.4

2018-01-10 Thread Jacek M. Holeczek
Dear Sirs, please find attached the output from: valgrind --tool=exp-sgcheck --trace-flags=1100 /bin/ls Hope it helps, Best regards, Jacek. valgrind.tool_exp_sgcheck.trace_flags_1100.bin_ls.out.txt.gz Description: application/gzip ---

[Valgrind-users] Support bpf syscall in amd64 Linux

2018-01-10 Thread Zexuan Luo
Hi everyone. I just wrote a patch to support bpf syscall in amd64 Linux, following this guide: http://valgrind.org/docs/manual/dist.readme-missing.html It is my first time to hack valgrind, please let me know if I made any mistake. I am glad to see this patch could be reviewed and accepted. Thanks!

Re: [Valgrind-users] Support bpf syscall in amd64 Linux

2018-01-10 Thread Tom Hughes
On 10/01/18 14:43, Zexuan Luo wrote: I just wrote a patch to support bpf syscall in amd64 Linux, following this guide: http://valgrind.org/docs/manual/dist.readme-missing.html It is my first time to hack valgrind, please let me know if I made any mistake. I am glad to see this patch could be rev