Fix: disable kernel event based on name and event type
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 19b9e5117f3c6bf4696d74224f1de0d7f20e0fe9..615bf796f5aedae7ae607502b2a514f3d887d0e0 100644 (file)
@@ -1091,10 +1091,6 @@ int lttng_disable_event_ext(struct lttng_handle *handle,
        }
 
        lsm.cmd_type = LTTNG_DISABLE_EVENT;
-       if (ev->name[0] == '\0') {
-               /* Disable all events */
-               lttng_ctl_copy_string(ev->name, "*", sizeof(ev->name));
-       }
 
        lttng_ctl_copy_lttng_domain(&lsm.domain, &handle->domain);
        /* FIXME: copying non-packed struct to packed struct. */
This page took 0.026018 seconds and 4 git commands to generate.