diff options
author | guanglei <guanglei> | 2006-05-18 02:24:06 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-05-18 02:24:06 +0000 |
commit | d4c790043910cb1d7062cf576eef2a27391de6cc (patch) | |
tree | 277a5702eac4064b85643b46dbdfa19a11afd317 /testsuite/buildok/ioscheduler.stp | |
parent | 7018ffc32898930158a83d04248554581d3168f4 (diff) | |
download | systemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.tar.gz systemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.tar.xz systemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.zip |
testcases checking in for ioscheduler.stp, memory.stp, networking.stp,
scsi.stp, tskschedule.stp
Diffstat (limited to 'testsuite/buildok/ioscheduler.stp')
-rwxr-xr-x | testsuite/buildok/ioscheduler.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/buildok/ioscheduler.stp b/testsuite/buildok/ioscheduler.stp new file mode 100755 index 00000000..7a39c455 --- /dev/null +++ b/testsuite/buildok/ioscheduler.stp @@ -0,0 +1,7 @@ +#! stap -p4 + +probe ioscheduler.* +{ + printf("ppname: %s, elv_name: %s, %d, %d", probefunc(), + elevator_name, disk_major, disk_minor) +} |