attach_uprobe() and attach_uretprobe() expect the type of pid argument is "int" instead of "str". Fix it by specifying the type of the "-p"/"--pid" option as "int", and updating the format string of args.pid accordingly. Fixes: d73c58f0
Attach a file by drag & drop or click to upload