index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
parseko
/
conditional.stp
blob: ee164548580fdbc34f1f6fd2b7c617b0cfc9b386 (
plain
)
1
2
3
4
5
#! stap -p2 probe begin { %( 1 == 0 %? print(1) %? print(2) %) }