Revert poll exclusive
[lttng-modules.git] / ltt-debugfs-abi.h
index 8483b2750a74106aa30313120affbeaafc07c70e..87be71bddc9e406128dc0b4c0a3efc198e1fb3c8 100644 (file)
@@ -7,6 +7,8 @@
  * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * LTTng debugfs ABI header
+ *
+ * Dual LGPL v2.1/GPL v2 license.
  */
 
 #include <linux/fs.h>
@@ -72,6 +74,7 @@ enum lttng_kernel_context_type {
 struct lttng_kernel_perf_counter_ctx {
        uint32_t type;
        uint64_t config;
+       char name[LTTNG_SYM_NAME_LEN];
 };
 
 struct lttng_kernel_context {
This page took 0.023069 seconds and 4 git commands to generate.