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

# maxactive with a numeric expression argument

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