4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
tracepoint:syscalls:sys_enter_* /pid == __PID__/ {
|
||
|
@syscall[probe] = count();
|
||
|
}
|