#! stap -gp4 // build-test the logging tapset functions probe begin { log("log") warn("warn") exit() error("error") stp_print_binary(1, 0, 0, 0, 0) ftrace("ftrace") printk(0,"Zoink! The paper tape punch is burning chads!") }