From d698e0bf6d27bd12a7d8f1c3e0475dda1e012ad2 Mon Sep 17 00:00:00 2001 From: peterho Date: Sat, 6 May 2006 13:55:03 +0000 Subject: [PATCH] added block.xml git-svn-id: http://ltt.polymtl.ca/svn@1788 04897980-b3bd-0310-b5e0-8ef037075253 --- .../modules/gui/diskperformance/block.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ltt/branches/poly/lttv/modules/gui/diskperformance/block.xml diff --git a/ltt/branches/poly/lttv/modules/gui/diskperformance/block.xml b/ltt/branches/poly/lttv/modules/gui/diskperformance/block.xml new file mode 100644 index 00000000..c296bd89 --- /dev/null +++ b/ltt/branches/poly/lttv/modules/gui/diskperformance/block.xml @@ -0,0 +1,19 @@ + + block facility has events related to block read and block written. + + + block read for disk data + major number of the device + minor number of the device + number of bytes read + + + + Block write event + major number of the device + minor number of the device + number of bytes written + + + + -- 2.34.1