Add consumer socket object and relayd commands
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.c
index 484ea304e7398057da92ea872a814a0326d1f5b8..9049022f478e255416e15fb691698e096d01d8ea 100644 (file)
@@ -150,6 +150,12 @@ int kernel_create_channel(struct ltt_kernel_session *session,
                goto error;
        }
 
+       DBG3("Kernel create channel %s in %s with attr: %d, %zu, %zu, %u, %u, %d",
+                       chan->name, path, lkc->channel->attr.overwrite,
+                       lkc->channel->attr.subbuf_size, lkc->channel->attr.num_subbuf,
+                       lkc->channel->attr.switch_timer_interval, lkc->channel->attr.read_timer_interval,
+                       lkc->channel->attr.output);
+
        /* Kernel tracer channel creation */
        ret = kernctl_create_channel(session->fd, &lkc->channel->attr);
        if (ret < 0) {
This page took 0.024602 seconds and 5 git commands to generate.