https://bugs.kde.org/show_bug.cgi?id=478774
--- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> --- Looks like this is a can of worms. There are a lot of commands and struct members that are missing (comparing Fedora 29 and Valgrind hit HEAD). I tried sudo valgrind bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %s\n", comm, str(args->filename)); }' from https://brendangregg.com/ebpf.html and I got quite a few string-related errors, two bpf unhandled commands and some uninit BPF syscall parameters. -- You are receiving this mail because: You are watching all bug changes.