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.base
/
tapset
/
function.stp
blob: 45c5f372872e3750fb7d8b12de4b2ebcc4fd8afb (
plain
)
1
2
3
4
5
6
function test_function:long() { return 1 } probe begin { println("included function") }