https://bugs.kde.org/show_bug.cgi?id=400878
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@klomp.org Status|REPORTED |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Mark Wielaard <m...@klomp.org> --- (In reply to Frank Ch. Eigler from comment #0) > Recent linux tools use the bpf(2) syscall to do bpfy work on linux. > Valgrind should accept that. valgrind 3.14.0 supports the bpf syscall on Linux. See bug #388786 You can also try with --trace-syscalls=yes which will show: SYSCALL[25565,1](321) sys_bpf ( 0, 0x1ffefffbf0, 72 )[sync] --> Success(0x5) SYSCALL[25565,1](321) sys_bpf ( 2, 0x1fff000220, 72 )[sync] --> Success(0x0) SYSCALL[25565,1](321) sys_bpf ( 2, 0x1ffefffed0, 72 )[sync] --> Success(0x0) SYSCALL[25565,1](321) sys_bpf ( 1, 0x1fff0001f0, 72 )[sync] --> Success(0x0) *** This bug has been marked as a duplicate of bug 388786 *** -- You are receiving this mail because: You are watching all bug changes.