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
/
alias.stp
blob: a36009a9d5ddfaabb37ae9cb823e61a3c09f1c97 (
plain
)
1
2
3
4
5
6
probe test_alias = end { alias_local = 1 } probe begin { println("included alias") }