Update perf counter ABI
[lttng-modules.git] / ltt-debugfs-abi.h
index 586d3a5bdc48378265e31f009ed14e85f6e4e526..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>
@@ -66,11 +68,13 @@ enum lttng_kernel_context_type {
        LTTNG_KERNEL_CONTEXT_PERF_COUNTER,
        LTTNG_KERNEL_CONTEXT_COMM,
        LTTNG_KERNEL_CONTEXT_PRIO,
+       LTTNG_KERNEL_CONTEXT_NICE,
 };
 
 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.024659 seconds and 4 git commands to generate.