summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/maxactive03.stp
blob: 29ed041b736fd29c995e072a06e1a408f998e395 (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())
{
}