summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/ioscheduler-embedded.stp
blob: 0187f5666c3183a4b548c3600a2feb2893251f15 (plain)
1
2
3
4
5
6
#! stap -p4

probe begin {
print (disk_major_from_request (0) +
	disk_minor_from_request (0))
}