Implement ustctl_tracepoint_list/list_get
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index d35511b2f1afecc7bf16a10317955130c6cbc175..71bf716a3ab263e6ee34b5443f64e7ece712be41 100644 (file)
@@ -304,6 +304,11 @@ end:
        case LTTNG_UST_VERSION:
                lur.u.version = lum->u.version;
                break;
+       case LTTNG_UST_TRACEPOINT_LIST_GET:
+               memcpy(lur.u.tracepoint_list_entry,
+                       lum->u.tracepoint_list_entry,
+                       LTTNG_UST_SYM_NAME_LEN);
+               break;
        }
        ret = send_reply(sock, &lur);
        if (ret < 0) {
@@ -625,7 +630,7 @@ restart:
        /* Register */
        ret = ustcomm_connect_unix_sock(sock_info->sock_path);
        if (ret < 0) {
-               ERR("Error connecting to %s apps socket", sock_info->name);
+               DBG("Info: sessiond not accepting connections to %s apps socket", sock_info->name);
                prev_connect_failed = 1;
                /*
                 * If we cannot find the sessiond daemon, don't delay
This page took 0.023708 seconds and 4 git commands to generate.