summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentynine.stp
blob: 8cc2e2d58aa2d8d37946a1828cf5e64a45e08edf (plain)
1
2
3
4
5
6
7
8
9
10
11
#! stap -p2

# need one of these for each prohibited statistic operation

global log_hist(x, 10)

probe end
{
	x <<< 10 <<< 11
}