#! stap -p2 # use -1 as a maxsize value probe procfs.read.maxsize(-1) { $value = "foo" }