diff options
Diffstat (limited to 'testsuite/semko/thirty.stp')
-rwxr-xr-x | testsuite/semko/thirty.stp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/semko/thirty.stp b/testsuite/semko/thirty.stp new file mode 100755 index 00000000..b8f0ab4b --- /dev/null +++ b/testsuite/semko/thirty.stp @@ -0,0 +1,11 @@ +#! stap -p2 + +# need one of these for each prohibited statistic operation + +global log_hist(x, 10) + +probe end +{ + x = 10 +} + |