4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
tracepoint:syscalls:sys_exit_readv /pid == __PID__/ {
|
||
|
@bytes = hist(args->ret);
|
||
|
}
|