Real fix for the probe...
[benchmarks.git] / ust-systemtap-tracepoints / testutrace.stp
1 probe process("tracepoint_benchmark").mark("single_trace") {
2 printf("%d : %d\n", gettimeofday_ns(), $arg1);
3 }
This page took 0.030214 seconds and 4 git commands to generate.