X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint-internal.h;h=54278c8f862816e533f47567a10c47f4a7f9655d;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=928eb4f34d9db1f10c5ad6c5dce2a00338ca2544;hpb=b43de1e7d359eb990921781c6c3e4eea31c4c4bd;p=lttng-ust.git diff --git a/include/lttng/tracepoint-internal.h b/include/lttng/tracepoint-internal.h index 928eb4f3..54278c8f 100644 --- a/include/lttng/tracepoint-internal.h +++ b/include/lttng/tracepoint-internal.h @@ -1,5 +1,5 @@ -#ifndef _UST_TRACEPOINT_INTERNAL_H -#define _UST_TRACEPOINT_INTERNAL_H +#ifndef _LTTNG_TRACEPOINT_INTERNAL_H +#define _LTTNG_TRACEPOINT_INTERNAL_H /* * tracepoint-internal.h @@ -25,14 +25,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Heavily inspired from the Linux Kernel Markers. - * - * Ported to userspace by Pierre-Marc Fournier. */ #include #include #include -#include +#include struct tracepoint_lib { struct tracepoint * const *tracepoints_start; @@ -84,4 +82,4 @@ extern int is_trace_event_enabled(const char *channel, const char *name); extern void init_tracepoint(void); extern void exit_tracepoint(void); -#endif /* _UST_TRACEPOINT_INTERNAL_H */ +#endif /* _LTTNG_TRACEPOINT_INTERNAL_H */