1 2 3 4 5
#!/bin/sh # multiple '-e' (script) options cannot be specified stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }'