{ if (match($3, /SYSCALL_DEFINE[0-9]+\(([^,)]+)/, r) != 0) sub(/^SYSCALL_DEFINE[0-9]+/, "sys_" r[1]) print $0 }