update ltt-control for printk instr.
[ltt-control.git] / ltt-control / facilities / kernel.xml
index f5ecc00d6f21408c637cf79a75708bfc50f8ff1d..f7055ab55d594490f25a411cb29dcfae8fbaf991 100644 (file)
     <description>Exit from an IRQ</description>
   </event>
 
+  <event name="printk">
+    <description>Kernel printk</description>
+    <field name="loglevel"> <description>loglevel</description>
+      <uint size="1"/>
+    </field>
+    <field name="text"> <description>printk string</description>
+      <sequence>
+        <uint/>
+        <uchar/>
+      </sequence>
+    </field>
+  </event>
 </facility>
This page took 0.02235 seconds and 4 git commands to generate.