Update version to 0.16
[ust.git] / testutrace.stp
... / ...
CommitLineData
1probe process("./.libs/tracepoint_benchmark").function("single_trace") {
2 printf("%d : %s\n", gettimeofday_ns(), $$parms);
3}
4
This page took 0.023601 seconds and 5 git commands to generate.