Merge branch 'master' of ssh://git.dorsal.polymtl.ca/home/git/ust
[ust.git] / tests / tracepoint / benchmark / testutrace.stp
CommitLineData
91594b71
MD
1probe process("./.libs/tracepoint_benchmark").function("single_trace") {
2 printf("%d : %s\n", gettimeofday_ns(), $$parms);
3}
4
This page took 0.022516 seconds and 4 git commands to generate.