Fix: rename of perf counter context
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index 89b45ba832e1a047429dfa905b4b071e0bd66c66..18d303cac9184cbd82ba0671c4b92e75b8eb91e0 100644 (file)
@@ -678,7 +678,7 @@ int save_kernel_context(struct config_writer *writer,
                goto end;
        }
 
-       if (ctx->ctx == LTTNG_KERNEL_CONTEXT_PERF_COUNTER) {
+       if (ctx->ctx == LTTNG_KERNEL_CONTEXT_PERF_CPU_COUNTER) {
                ret = config_writer_open_element(writer, config_element_perf);
                if (ret) {
                        ret = LTTNG_ERR_SAVE_IO_FAIL;
This page took 0.023125 seconds and 4 git commands to generate.