X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2Fmulti-session%2Ftp.c;fp=tests%2Fust%2Fmulti-session%2Ftp.c;h=e291924a33c2be6f5f196b8ac949edf6ce85541e;hp=0000000000000000000000000000000000000000;hb=00eb21af5e9148b9711b29fdfe62ee8c0b9739f9;hpb=04fdd819f0eebfd15a4196a9ca98e826352a9b4f diff --git a/tests/ust/multi-session/tp.c b/tests/ust/multi-session/tp.c new file mode 100644 index 000000000..e291924a3 --- /dev/null +++ b/tests/ust/multi-session/tp.c @@ -0,0 +1,16 @@ +/* + * Copyright (c) - 2011 Mathieu Desnoyers + * Copyright (c) - 2012 David Goulet + * + * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR + * IMPLIED. ANY USE IS AT YOUR OWN RISK. + * + * Permission is hereby granted to use or copy this program for any purpose, + * provided the above notices are retained on all copies. Permission to modify + * the code and to distribute modified code is granted, provided the above + * notices are retained, and a notice that the code was modified is included + * with the above copyright notice. + */ + +#define TRACEPOINT_CREATE_PROBES +#include "ust_gen_nevents.h"