summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/optionalprobe.stp
blob: 239cf6e3deff1418b94b84d51ae3a7365dada7af (plain)
1
2
3
4
5
6
#! stap

# test optional probe

probe foo ?, bar !, foo* ?, bar* !, begin {
}