kprobe:af_alg_sendmsg /comm == "copyfail_poc"/ { $msg = (struct msghdr *)arg1; printf("af_alg_sendmsg: size=0x%lx msg_flags=0x%x\n", arg2, $msg->msg_flags); }