xml 1.0
[lttv.git] / ltt / branches / poly / facilities / memory.xml
index b6788f6bf9a61240535e797dcb565b52ca88601f..abd7de5635a2ec0a2c1998677250e324ad5d6720 100644 (file)
@@ -1,49 +1,37 @@
-<facility name=memory>
+<?xml version="1.0"?>
+<facility name="memory">
   <description>The memory facility has memory management events.</description>
 
-  <event name=page_alloc>
+  <event name="page_alloc">
     <description>Page allocation</description>
-    <struct>
-      <field name="order"> <description>Order of the page to allocate</description> <uint size=4/> </field>
-      <field name="address"> <description>Assigned page address, or 0 if
-                       failed.</description> <pointer/> </field>
-     </struct>
+    <field name="order"> <description>Order of the page to allocate</description> <uint size="4"> </field>
+    <field name="address"> <description>Assigned page address, or 0 if failed.</description> <pointer> </field>
   </event>
 
-  <event name=page_free>
+  <event name="page_free">
     <description>Page free</description>
-    <struct>
-      <field name="order"> <description>Order of the page to free</description> <uint size=4/> </field>
-      <field name="address"> <description>Address of the page to free.</description> <pointer/> </field>
-     </struct>
+    <field name="order"> <description>Order of the page to free</description> <uint size="4"> </field>
+    <field name="address"> <description>Address of the page to free.</description> <pointer> </field>
   </event>
 
-  <event name=swap_in>
+  <event name="swap_in">
     <description>Page swapped into memory</description>
-    <struct>
-      <field name="address"> <description>Address of the page to swap in.</description> <pointer/> </field>
-     </struct>
+    <field name="address"> <description>Address of the page to swap in.</description> <pointer> </field>
   </event>
 
-  <event name=swap_out>
+  <event name="swap_out">
     <description>Page swapped to disk</description>
-    <struct>
-      <field name="address"> <description>Address of the page to swap out.</description> <pointer/> </field>
-     </struct>
+    <field name="address"> <description>Address of the page to swap out.</description> <pointer> </field>
   </event>
 
-  <event name=page_wait_start>
+  <event name="page_wait_start">
     <description>Staring to wait for a page</description>
-    <struct>
-      <field name="address"> <description>Address of the page we wait for.</description> <pointer/> </field>
-     </struct>
+    <field name="address"> <description>Address of the page we wait for.</description> <pointer> </field>
   </event>
 
-  <event name=page_wait_end>
+  <event name="page_wait_end">
     <description>Ending wait for a page</description>
-    <struct>
-      <field name="address"> <description>Address of the page we wait for.</description> <pointer/> </field>
-     </struct>
+    <field name="address"> <description>Address of the page we wait for.</description> <pointer> </field>
   </event>
 
 </facility>
This page took 0.024573 seconds and 4 git commands to generate.