summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/linuxmib-all-probes.stp
blob: c79fc7d3217e936e71a9865f56ecb5a17aa75197 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p4

// Tests if all probes in the linuxmib tapset are resolvable.

probe linuxmib.* {}

function linuxmib_filter_key:long (sk:long, op:long) {
	return 0
}