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

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