fix small copy/paste error
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 5 Jun 2007 22:56:49 +0000 (22:56 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 5 Jun 2007 22:56:49 +0000 (22:56 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2532 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/mm.xml

index e94c989485ba95469a830aa276c16b08915926d5..3375bbf8d9466b6609a53b84ba93570ecea8ef47 100644 (file)
@@ -3,9 +3,9 @@
   <description>The memory facility has memory management events.</description>
 
   <event name="handle_fault_entry">
-    <description>Entry in a trap</description>
-    <field name="trap_id"> <description>Trap number</description> <long/> </field>
-    <field name="address"> <description>Address where trap occured</description> <long/> </field>
+    <description>Entry in the page fault handler</description>
+    <field name="address"> <description>Pointer that caused the page fault</description> <ulong/> </field>
+    <field name="ip"> <description>Instruction at which the page fault occured</description> <long/> </field>
   </event>
 
   <event name="handle_fault_exit">
This page took 0.023091 seconds and 4 git commands to generate.