summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/ioscheduler.stp
blob: 2d88d2d5f510b58fbbf008e642f3cb1375cb661d (plain)
1
2
3
4
5
6
7
8
9
#! stap -wp4

# PR6538: "-w" is above since disk_major/disk_minor are not defined by all aliases.

probe ioscheduler.*
{
	printf("ppname: %s, elv_name: %s, %d, %d", probefunc(), 
		elevator_name, disk_major, disk_minor)
}