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
/
tapset
/
builtin_log.stp
blob: 3d1a0aaf88cba2e8f4893c2e2974fe0bff675841 (
plain
)
1
2
3
4
5
6
7
function _log (msg) %{ _stp_log (THIS->msg); %} function log (msg) { _log (msg . "") }