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

# You can't specify '-M', '-b', and '-o' simultaneously.

./stap -p1 -b -M -o stdout -e 'probe begin { exit() }'