summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive02.stp
blob: 55b795821f51225400a14864bad89db256c20ed9 (plain)
1
2
3
4
5
6
7
#!./stap -p2

# maxactive with a string argument

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