X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust-nprocesses%2Ftp.c;fp=tests%2Fust-nprocesses%2Ftp.c;h=438139ebc189de85e542d6f11995359812450096;hp=0000000000000000000000000000000000000000;hb=b6ca8ef5adf433f7f0bbd4bb4858146ef25cd4fd;hpb=1fea938d0d3adc783bb49d7ff3d0686ba87b0520 diff --git a/tests/ust-nprocesses/tp.c b/tests/ust-nprocesses/tp.c new file mode 100644 index 000000000..438139ebc --- /dev/null +++ b/tests/ust-nprocesses/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_event.h"