X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-probes.c;h=4552e5e82880d48f800093675f3986b4f6a30cba;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=b2e77e01247b517cecc131eea718a5b142e7a7d0;hpb=e58e5ad5abb76f1d91d6b23ec77036ff1616f832;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-probes.c b/src/lib/lttng-ust/lttng-probes.c index b2e77e01..4552e5e8 100644 --- a/src/lib/lttng-ust/lttng-probes.c +++ b/src/lib/lttng-ust/lttng-probes.c @@ -13,14 +13,13 @@ #include #include #include -#include "tracepoint-internal.h" +#include "common/tracepoint.h" #include #include "common/macros.h" #include #include "lttng-tracer-core.h" #include "common/jhash.h" -#include "error.h" #include "lib/lttng-ust/events.h" /* @@ -77,7 +76,7 @@ void lttng_lazy_probe_register(struct lttng_ust_registered_probe *reg_probe) /* * The provider ensures there are no duplicate event names. - * Duplicated TRACEPOINT_EVENT event names would generate a + * Duplicated LTTNG_UST_TRACEPOINT_EVENT event names would generate a * compile-time error due to duplicated symbol names. */