#! stap -p2 global tangle probe begin { foreach (state in tangle) { state = tangle[state]++ } log("hello from systemtap") }