xref
: /
spdk
/
scripts
/
bpf
/
syscalls.bt
(revision 441431d22872ae4e05a1bf8b78e9aeff1eba1eb3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
tracepoint:syscalls:sys_enter_* /pid == __PID__/ {
2
@syscall[probe] = count();
3
}
4