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
/
doc
/
tutorial
/
hello-world.stp
blob: 6a9037a7162b8a20a9488c9033353e911737bdbb (
plain
)
1
2
3
4
5
probe begin { print ("hello world\n") exit () }