fix: pthread_setname_np tests to match compat behavior
[deliverable/lttng-ust.git] / tests / tracepoint / benchmark / 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.023749 seconds and 5 git commands to generate.