struct ltt_channel *channel = objd_private(channel_objd);
static struct lttng_ust_event metadata_params = {
.instrumentation = LTTNG_UST_TRACEPOINT,
- .name = "lttng_metadata",
+ .name = "lttng:metadata",
};
struct ltt_event *event;
if (!list->iter.tracepoint) {
tp_list_entry[0] = '\0'; /* end of list */
} else {
- if (!strcmp((*list->iter.tracepoint)->name, "metadata"))
+ if (!strcmp((*list->iter.tracepoint)->name, "lttng:metadata"))
goto next;
memcpy(tp_list_entry, (*list->iter.tracepoint)->name,
LTTNG_UST_SYM_NAME_LEN);