Add UST vs SystemTAP scalability test
[ust.git] / tests / tracepoint / benchmark / testutrace.stp
diff --git a/tests/tracepoint/benchmark/testutrace.stp b/tests/tracepoint/benchmark/testutrace.stp
new file mode 100644 (file)
index 0000000..ad8ed68
--- /dev/null
@@ -0,0 +1,4 @@
+probe process("./.libs/tracepoint_benchmark").function("single_trace") { 
+       printf("%d : %s\n", gettimeofday_ns(), $$parms); 
+}
+
This page took 0.022556 seconds and 4 git commands to generate.