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
/
semko
/
ten.stp
blob: 3e233228ca883e4ab1bb516147bf349cdd1cdc73 (
plain
)
1
2
3
4
5
#! stap -p2 global foo probe p1 { foo = 1 } probe p2 { if (4 in foo) { } }