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
/
systemtap.printf
/
basic3.stp
blob: 23f826d642a0b58dc8161d44bfdd028e3ec9e1e6 (
plain
)
1
2
3
4
5
6
probe begin { printf("Hello\n"); print("World\n"); exit() }