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
/
buildok
/
null.stp
blob: 9bcaf3f6772fbce43331cf35307bd21d14e64b70 (
plain
)
1
2
3
4
5
#! stap -p4 # PR10298 global foo = 5 probe begin { if (foo == NULL) log("hello") }