summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/maxactive03.stp
blob: e61cce7c2fe7ed8974958354557cec9ff3dc8fe8 (plain)
1
2
3
4
5
6
7
8
9
#!./stap -p1

# maxactive with a non-number argument

function four() { return 4 }

probe kernel.function("*").return.maxactive(four())
{
}