Fix stap probe to use the mark
[benchmarks.git] / ust-systemtap-tracepoints / testutrace.stp
index 797b0c047cf3a068514ec5a2461bfc0e8b9c5bd2..eba9dfca283bef72ee5a5ad2adc8c8f8a721b31e 100644 (file)
@@ -1,4 +1,4 @@
-probe process("tracepoint_benchmark").function("single_trace") { 
+probe process("tracepoint_benchmark").mark("single_trace") {
        printf("%d : %s\n", gettimeofday_ns(), $$parms); 
 }
 
This page took 0.021992 seconds and 4 git commands to generate.