1 2 3 4 5 6
#! stap -p2 probe end { for (a=0; "hello";) {println("hello")} while ("goodbye") {println("world")} }