Complete comm -> procname change
[lttng-modules.git] / ltt-debugfs-abi.c
index d4d1e3ea6457f104e650e77868b811ae07139a7a..37cccfa35f472f0b43b9aff9693f959dc8680f8a 100644 (file)
@@ -182,8 +182,8 @@ long lttng_abi_add_context(struct file *file,
                                context_param.u.perf_counter.config,
                                context_param.u.perf_counter.name,
                                ctx);
-       case LTTNG_KERNEL_CONTEXT_COMM:
-               return lttng_add_comm_to_ctx(ctx);
+       case LTTNG_KERNEL_CONTEXT_PROCNAME:
+               return lttng_add_procname_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.032183 seconds and 4 git commands to generate.