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
/
hello2.stp
blob: aa0798fa78ff825242490fa12813a00f4b07047e (
plain
)
1
2
3
4
5
6
7
probe begin { print("Print"); log("Systemtap"); warn("warning"); exit() }