change some fields in facility xml's to use format strings
[ltt-control.git] / ltt-control / facilities / kernel_arch_x86_64.xml
index ba933c6a01c35c79aa1e45ebfde6b12d23781d61..a65c0afa738c48d8cc147fd8c23b53b957af7f30 100644 (file)
   <event name="trap_entry">
     <description>Entry in a trap</description>
     <field name="trap_id"> <description>Trap number</description> <int/> </field>
-    <field name="address"> <description>Address where trap occured</description> <long/> </field>
+    <field name="address"> <description>Address where trap occured</description> <ulong format="%#x"/> </field>
   </event>
 
   <event name="trap_exit">
   <event name="syscall_entry">
     <description>System call entry</description>
     <field name="syscall_id"> <description>Syscall entry number in entry.S</description> <typeref name="syscall_name"/> </field>
-    <field name="address"> <description>Address from which call was made</description> <long/> </field>
+    <field name="address"> <description>Address from which call was made</description> <ulong format="%#x"/> </field>
   </event>
 
   <event name="syscall_exit">
This page took 0.02214 seconds and 4 git commands to generate.