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

# A module name must be specified when using '-m' - the module name
# can't be empty

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