remove unneeded dir attic/
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / user_generic.xml
diff --git a/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/user_generic.xml b/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/user_generic.xml
deleted file mode 100644 (file)
index f0e7464..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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>
-  </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>
-  </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>
-  
-  <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="thread_brand" attribute="high_priority">
-    <description>Name a thread</description>
-    <field name="name"><string/></field>
-  </event>
-</facility>
This page took 0.022586 seconds and 4 git commands to generate.