update fac
[ltt-control.git] / ltt-control / facilities / memory.xml
index 7fdd148f3a8fa011725e0e223e26d3571151b092..c6825a755ec954f0433a69537de48e1e66279d9c 100644 (file)
     <field name="address"> <description>Address of the page we wait for.</description> <pointer/> </field>
   </event>
 
+  <event name="page_fault">
+    <description>Ending wait for a page</description>
+    <field name="address"> <description>Address of the page faulted.</description> <ulong/> </field>
+    <field name="eip"> <description>Instruction causing the fault.</description> <long/> </field>
+  </event>
+
 </facility>
This page took 0.022637 seconds and 4 git commands to generate.