update ltt-control for printk instr.
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Sep 2006 17:43:05 +0000 (17:43 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Sep 2006 17:43:05 +0000 (17:43 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2119 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/configure.in
ltt-control/facilities/kernel.xml

index 74a7ab5a997082f597f98d69bfedaa54688f0aa2..a95b2fcb240c0e8a632dcc1cd5ba876ce8cb1d98 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.22-16092006)
+AM_INIT_AUTOMAKE(ltt-control,0.23-17092006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
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.032522 seconds and 4 git commands to generate.