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