add printk_locate
[ltt-control.git] / ltt-control / facilities / kernel.xml
index f7055ab55d594490f25a411cb29dcfae8fbaf991..f144555315103ba01d967954c82a42540efdb5f2 100644 (file)
       </sequence>
     </field>
   </event>
+
+  <event name="printk_locate">
+    <description>Kernel printk location</description>
+    <field name="file"> <description>Source file</description>
+      <string/>
+    </field>
+    <field name="function"> <description>Function</description>
+      <string/>
+    </field>
+    <field name="line"> <description>Line in source file</description>
+      <uint/>
+    </field>
+    <field name="address"> <description>Caller address</description>
+      <pointer/>
+    </field>
+  </event>
+
 </facility>
This page took 0.021867 seconds and 4 git commands to generate.