summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/preprocess01.stp
blob: 81832594d2d35fdffc65a855fd69197f0d3ebf7c (plain)
1
2
3
4
5
6
#! stap -p1

# bad kernel version - not a string
%( kernel_v <= 2.6 %?
   probe begin { }
%)