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