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
/
semko
/
twenty.stp
blob: df12fa36682443d774b066529f310ceb67e6ead8 (
plain
)
1
2
3
4
5
6
7
#! stap -p2 function a:string () { } probe begin { print (a() + 1) }