X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-lttng.c;fp=probes%2Flttng-probe-lttng.c;h=99a3dd9c0e271d4fb57454467f48d0ffddfd1c52;hb=cd4bd11fe2d3232089186a5b9b021b7cb504a8fb;hp=0000000000000000000000000000000000000000;hpb=f40270adf3e31289ac13a482e830b4a19d8df3bf;p=lttng-modules.git diff --git a/probes/lttng-probe-lttng.c b/probes/lttng-probe-lttng.c new file mode 100644 index 00000000..99a3dd9c --- /dev/null +++ b/probes/lttng-probe-lttng.c @@ -0,0 +1,22 @@ +/* + * probes/lttng-probe-core.c + * + * Copyright 2010 (c) - Mathieu Desnoyers + * + * LTTng core probes. + */ + +#include + +/* + * Create LTTng tracepoint probes. + */ +#define LTTNG_PACKAGE_BUILD +#define CREATE_TRACE_POINTS +#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module + +#include "../instrumentation/events/lttng-module/lttng.h" + +MODULE_LICENSE("GPL and additional rights"); +MODULE_AUTHOR("Mathieu Desnoyers "); +MODULE_DESCRIPTION("LTTng core probes");