1 2 3 4 5
#! /bin/sh # Make sure verbose ('-v') option is accepted. stap -v -p1 -e 'probe begin { exit() }'