summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/fifteen.stp
blob: 3597a2aa93630ee0ca1ca6e7b4a3dc755ef676d3 (plain)
1
2
3
4
5
6
7
#! stap -p1

/* the epilogue style alias definitions */
probe syscall.read += kernel.function("sys_read") {
fildes = $fd
}