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
/
flightrec2.stp
blob: 9d745f4b03a413d5fbc8dda3878e09b39fb18e32 (
plain
)
1
2
3
4
5
probe timer.ms(1) { for (j = 0; j < 100; j++) printf("1234567890\n") }