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

# maxactive with a non-number argument

global N = 2

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