summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/thirteen.stp
blob: 1113913ee4fe70d8bf8e7098f80a77e1f1da66a5 (plain)
1
2
3
4
5
6
#! stap -p4

probe kernel.function("sys_read")
{
 log ("count=" . string($count))
}