Remove application from socket hash table upon unregister
[lttng-tools.git] / include / lttng-kernel.h
index 475cde8cfd82dd267cc9e0fb98636d85a964af57..455b1c460714cb3e233803c1f798fb7f50c9f4f7 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <lttng-share.h>
 
-#define LTTNG_SYM_NAME_LEN  128
+#define LTTNG_SYM_NAME_LEN  256
 
 /*
  * LTTng DebugFS ABI structures.
@@ -34,6 +34,7 @@
  */
 
 enum lttng_kernel_instrumentation {
+       LTTNG_KERNEL_ALL           = -1,   /* Used within lttng-tools */
        LTTNG_KERNEL_TRACEPOINT    = 0,
        LTTNG_KERNEL_KPROBE        = 1,
        LTTNG_KERNEL_FUNCTION      = 2,
This page took 0.023481 seconds and 4 git commands to generate.