trace-cmd: Have read splice check for EINTR or EAGAIN

The read part of the splice can be interrupted via EINTR or
EAGAIN (when the file descriptor is turned to NONBLOCK).

Do not error on those.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
1 file changed