userspace prio
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 13 Sep 2006 20:10:30 +0000 (20:10 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 13 Sep 2006 20:10:30 +0000 (20:10 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2100 04897980-b3bd-0310-b5e0-8ef037075253

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

index dbd709c536c1acca99a5666515b0eee04cb75587..a916aa611960249221729f41acbdf02e7d1632a1 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.20-13092006)
+AM_INIT_AUTOMAKE(ltt-control,0.21-13092006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index e5cc3eef9c928f7518eecc2c914d033826fc0263..f0e74646f51d0677e79edf654bdb008049918cdf 100644 (file)
@@ -1,37 +1,37 @@
 <?xml version="1.0"?>
 <facility name="user_generic">
   <description>Generic user space facility</description>
-       
+  
   <event name="string">
-       <description>Takes a string from user space</description>
-               <field name="data"><string/></field>
+    <description>Takes a string from user space</description>
+    <field name="data"><string/></field>
   </event>
 
   <event name="string_pointer">
-       <description>Takes a string and pointer from user space</description>
-               <field name="string"><string/></field>
-               <field name="pointer"><pointer/></field>
+    <description>Takes a string and pointer from user space</description>
+    <field name="string"><string/></field>
+    <field name="pointer"><pointer/></field>
   </event>
-       
-       <event name="slow_printf" param="buffer">
-       <description>Takes a buffer of variable size (written by printf) and log it.</description>
-               <field name="string"><string/></field>
+  
+  <event name="slow_printf" param="buffer">
+    <description>Takes a buffer of variable size (written by printf) and log it.</description>
+    <field name="string"><string/></field>
+  </event>
+  
+  <event name="function_entry" attribute="no_instrument_function">
+    <description>Entry in a function</description>
+    <field name="this_fn"><pointer/></field>
+    <field name="call_site"><pointer/></field>
   </event>
-       
-       <event name="function_entry" attribute="no_instrument_function">
-               <description>Entry in a function</description>
-               <field name="this_fn"><pointer/></field>
-               <field name="call_site"><pointer/></field>
-       </event>
 
-       <event name="function_exit" attribute="no_instrument_function">
-               <description>Exit from a function</description>
-               <field name="this_fn"><pointer/></field>
-               <field name="call_site"><pointer/></field>
-       </event>
+  <event name="function_exit" attribute="no_instrument_function">
+    <description>Exit from a function</description>
+    <field name="this_fn"><pointer/></field>
+    <field name="call_site"><pointer/></field>
+  </event>
 
-       <event name="thread_brand">
-               <description>Name a thread</description>
-               <field name="name"><string/></field>
-       </event>
+  <event name="thread_brand" attribute="high_priority">
+    <description>Name a thread</description>
+    <field name="name"><string/></field>
+  </event>
 </facility>
This page took 0.025312 seconds and 4 git commands to generate.