ad8ed682e5825640df9f7c3cb68d4c5d17a19203
[deliverable/lttng-ust.git] / tests / tracepoint / benchmark / testutrace.stp
1 probe process("./.libs/tracepoint_benchmark").function("single_trace") {
2 printf("%d : %s\n", gettimeofday_ns(), $$parms);
3 }
4
This page took 0.035343 seconds and 4 git commands to generate.