X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Fprobes%2Flttng-probe-ust.c;fp=liblttng-ust%2Fprobes%2Flttng-probe-ust.c;h=a5fba8683fca936a3b8780698ddc3fb59cac6b07;hb=69400ac4a4e6575f749c6326df7c2a2c8ac3bdc5;hp=0000000000000000000000000000000000000000;hpb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;p=ust.git diff --git a/liblttng-ust/probes/lttng-probe-ust.c b/liblttng-ust/probes/lttng-probe-ust.c new file mode 100644 index 0000000..a5fba86 --- /dev/null +++ b/liblttng-ust/probes/lttng-probe-ust.c @@ -0,0 +1,16 @@ +/* + * probes/lttng-probe-ust.c + * + * Copyright 2010 (c) - Mathieu Desnoyers + * + * LTTng UST core probes. + * + * Dual LGPL v2.1/GPL v2 license. + */ + +/* + * Create LTTng tracepoint probes. + */ +#define TRACEPOINT_CREATE_PROBES + +#include "lttng-probe-ust.h"