summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline04.stp
blob: d58cd70df6878731ed154407c98fa54e8b85d5be (plain)
1
2
3
4
5
#!/bin/sh

# multiple '-e' (script) options cannot be specified

stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }'