Signed-off-by: David Goulet <david.goulet@polymtl.ca>
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) {
static inline
int ust_app_start_trace(struct ltt_ust_session *usess)
{
- return -ENOSYS;
+ return 0;
}
static inline
int ust_app_register(struct ust_register_msg *msg, int sock)
int ust_app_add_event(struct ltt_ust_session *usess,
struct ltt_ust_channel *uchan, struct ltt_ust_event *uevent)
{
- return -ENOSYS;
+ return 0;
}
static inline
struct cds_lfht *ust_app_get_ht(void)