X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.c;h=21481b0f7e230ee7ecd454050a14a8d60679bfa7;hp=58ca9d3f235639847d7c17710940e9f3a6f5a8e7;hb=5cf5d0e77ac7ed80737d9346272b8563e21b6504;hpb=68abb9c8e5df7b38c6e900a9aed5a74e814ac2cc diff --git a/lttng-sessiond/ust-app.c b/lttng-sessiond/ust-app.c index 58ca9d3f2..21481b0f7 100644 --- a/lttng-sessiond/ust-app.c +++ b/lttng-sessiond/ust-app.c @@ -692,6 +692,8 @@ int ust_app_start_trace(struct ltt_ust_session *usess) struct lttng_ust_channel_attr uattr; struct ltt_ust_channel *uchan; + DBG("Starting all UST traces"); + rcu_read_lock(); hashtable_get_first(ust_app_ht, &iter); while ((node = hashtable_iter_get_node(&iter)) != NULL) {