#! stap -p2 # maxactive with a string argument probe kernel.function("*").return.maxactive("hi") { }