move lttv to root
[lttv.git] / lttv / modules / gui / diskperformance / block.xml
diff --git a/lttv/modules/gui/diskperformance/block.xml b/lttv/modules/gui/diskperformance/block.xml
new file mode 100644 (file)
index 0000000..c296bd8
--- /dev/null
@@ -0,0 +1,19 @@
+<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.0242250000000001 seconds and 4 git commands to generate.