1 2 3 4 5 6 7 8 9 10 11 12
#! stap -p4 probe module("ext3").function("*") ? { log ("ext3 fn") } /*to avoid empty file*/ probe begin { log("begin") }