1 2 3 4 5 6 7 8
#! stap -p3 probe begin { print("kernel time\n") log("hello there") warn("this is a builtin") }