X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-types.h;h=d169a1125bb18d07c7cc14502d9ace2bbd42828a;hb=061fc37ae64a1ad3ecefe10d9a2db33ebb5c41ce;hp=5354c3698abc478dd41c6167f5cff07098f7de63;hpb=f641d544ea2630c5a52c0cbc5db947d34461cea7;p=lttng-ust.git diff --git a/include/lttng/tracepoint-types.h b/include/lttng/tracepoint-types.h index 5354c369..d169a112 100644 --- a/include/lttng/tracepoint-types.h +++ b/include/lttng/tracepoint-types.h @@ -38,7 +38,8 @@ struct lttng_ust_tracepoint_probe { struct lttng_ust_tracepoint { uint32_t struct_size; - const char *name; + const char *provider_name; + const char *event_name; int state; struct lttng_ust_tracepoint_probe *probes; int *tracepoint_provider_ref;