summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/ioblock-embedded.stp
blob: 93d0cb536c1d590d75935db57dac9cdd1e0d3b48 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p4

probe begin {
	print (__bio_ino (0) +
		bio_rw_num (0) +
		__bio_start_sect (0))
		
	print (__bio_devname (0))
}