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: de3db58881988bffa2a3e1a3eceacd9c62a10bb6 (
plain
)
1
2
3
4
5
6
7
probe begin { print("Print"); println("Systemtap"); warn("warning"); exit() }