summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/flightrec2.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/flightrec2.stp')
-rw-r--r--testsuite/systemtap.base/flightrec2.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/flightrec2.stp b/testsuite/systemtap.base/flightrec2.stp
new file mode 100644
index 00000000..9d745f4b
--- /dev/null
+++ b/testsuite/systemtap.base/flightrec2.stp
@@ -0,0 +1,5 @@
+probe timer.ms(1)
+{
+ for (j = 0; j < 100; j++)
+ printf("1234567890\n")
+}