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

# maxactive with a string argument

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