add printk_locate
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Sep 2006 19:27:24 +0000 (19:27 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 17 Sep 2006 19:27:24 +0000 (19:27 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2122 04897980-b3bd-0310-b5e0-8ef037075253

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

index a95b2fcb240c0e8a632dcc1cd5ba876ce8cb1d98..25887aa53f767112b7b0ec5a98c56578d252058c 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.23-17092006)
+AM_INIT_AUTOMAKE(ltt-control,0.24-17092006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
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.023977 seconds and 4 git commands to generate.