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