summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive05.stp
blob: 3833ab6c6028d3dea13a702a63bf46d9c7fe6016 (plain)
1
2
3
4
5
#! stap -p2

probe kernel.function("vfs_read").return.maxactive(99999999)
{
}