#! stap -p1 # maxactive with a non-number argument function four() { return 4 } probe kernel.function("*").return.maxactive(four()) { }