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

# maxactive not on a return probe

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