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

# maxactive with a numeric expression argument

probe kernel.function("*").return.maxactive(3 + 2)
{
}