change some fields in facility xml's to use format strings
[ltt-control.git] / ltt-control / facilities / kernel_arch_ppc.xml
index a63acf252abc2e4d5f51547bd07adb71e343aaaa..09d45ce04b3bb7c51e9a1d4b262019fb3755d940 100644 (file)
                        <label name="get_robust_list" value="299"/>
                        <label name="set_robust_list" value="300"/>
                        <label name="move_pages" value="301"/>
-                       <label name="ltt_trace_generic" value="302"/>
-                       <label name="ltt_register_generic" value="303"/>
+                       <label name="getcpu" value="302"/>
+                       <label name="epoll_wait" value="303"/>
+                       <label name="ltt_trace_generic" value="304"/>
+                       <label name="ltt_register_generic" value="305"/>
     </enum>
   </type>
 
   <event name="trap_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>
+    <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.03668 seconds and 4 git commands to generate.