move lttv to root
[lttv.git] / lttv / lttv / modules / gui / diskperformance / block.xml
diff --git a/lttv/lttv/modules/gui/diskperformance/block.xml b/lttv/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.023463 seconds and 4 git commands to generate.