Fix stap probe to use the mark
[benchmarks.git] / ust-systemtap-tracepoints / testutrace.stp
CommitLineData
7be2bbf1 1probe process("tracepoint_benchmark").mark("single_trace") {
851803ea
JD
2 printf("%d : %s\n", gettimeofday_ns(), $$parms);
3}
4
This page took 0.021625 seconds and 4 git commands to generate.