Version 2.7.7
[lttng-modules.git] / lttng-context-perf-counters.c
index d65f690805577a3f88a24d00395d8cc6ea2bafe5..467b71801a6529a14e2850a0d57148a89b0b26a1 100644 (file)
@@ -253,6 +253,7 @@ int lttng_add_perf_counter_to_ctx(uint32_t type,
        field->record = perf_counter_record;
        field->u.perf_counter = perf_field;
        perf_field->hp_enable = 1;
+       lttng_context_update(*ctx);
 
        wrapper_vmalloc_sync_all();
        return 0;
@@ -279,7 +280,3 @@ error_attr:
        kfree(events);
        return ret;
 }
-
-MODULE_LICENSE("GPL and additional rights");
-MODULE_AUTHOR("Mathieu Desnoyers");
-MODULE_DESCRIPTION("Linux Trace Toolkit Perf Support");
This page took 0.024076 seconds and 4 git commands to generate.