1 2 3 4 5 6
#! stap -p1 # bad arch comparison operator - not '==' or '!=' %( arch >= "foo" %? probe begin { } %)