#! stap -p4 probe kernel.function("vfs_read").return.maxactive(3) { printf("."); }