move lttv tag into the /tags directory
[lttv.git] / trunk / ltt / tags / LinuxTraceToolkitViewer-0.10.0-pre-115102007 / lttv / modules / gui / diskperformance / block.xml
diff --git a/trunk/ltt/tags/LinuxTraceToolkitViewer-0.10.0-pre-115102007/lttv/modules/gui/diskperformance/block.xml b/trunk/ltt/tags/LinuxTraceToolkitViewer-0.10.0-pre-115102007/lttv/modules/gui/diskperformance/block.xml
deleted file mode 100644 (file)
index c296bd8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<facility name=block>
-  <description>block facility has events related to block read and block written.</description>
-  
-   <event name=read>
-    <description>block read for disk data</description>
-    <field name="major"> <description>major number of the device</description> <int/> </field>
-    <field name="minor"> <description>minor number of the device</description> <int/> </field>
-    <field name="bytes"> <description>number of bytes read</description> <size_t/> </field>
-  </event>
-  
-   <event name=write>
-    <description>Block write event </description>
-    <field name="major"> <description>major number of the device</description> <int/> </field>
-    <field name="minor"> <description>minor number of the device</description> <int/> </field>
-    <field name="bytes"> <description>number of bytes written</description> <size_t/> </field>
-  </event>
-  
-
-</facility>
This page took 0.023202 seconds and 4 git commands to generate.