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