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