From 628a07f130c67aa5de7134c761dd443ff547339a Mon Sep 17 00:00:00 2001 From: tpnguyen Date: Thu, 8 Jun 2006 23:18:46 +0000 Subject: *** empty log message *** --- ChangeLog | 4 ++++ testsuite/buildok/ioblock_test.stp | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100755 testsuite/buildok/ioblock_test.stp diff --git a/ChangeLog b/ChangeLog index 016fe1b2..d6a4863b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-08 Thang P Nguyen + + * testsuite/buildok/ioblock_test.stp: test ioblock + 2006-06-05 David Smith * tapsets.cxx (dwflpp::express_as_string): New function. diff --git a/testsuite/buildok/ioblock_test.stp b/testsuite/buildok/ioblock_test.stp new file mode 100755 index 00000000..f15d1643 --- /dev/null +++ b/testsuite/buildok/ioblock_test.stp @@ -0,0 +1,11 @@ +#! stap -p4 + +probe ioblock.submit { + log(pp()) + printf("%s\t%d\t%s\t%d\n", bio_devname, sector, rw_string, rw) +} + +probe ioblock.end { + log(pp()) + printf("%s\t%d\t%d\t%s\t%d\t%d\n", bio_devname, sector, bytes_done, rw_string, rw, error) +} -- cgit