X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-ust-nevents%2Ftp.c;fp=tests%2Futils%2Ftestapp%2Fgen-ust-nevents%2Ftp.c;h=a09561d709ae08d77308a5827e83d979ad2eb1a3;hp=0000000000000000000000000000000000000000;hb=ffb08a8cbd7c40e4ca15622f88dca18f0790fddf;hpb=91b23e997053fb552662f1ad07273f029e00d2e4 diff --git a/tests/utils/testapp/gen-ust-nevents/tp.c b/tests/utils/testapp/gen-ust-nevents/tp.c new file mode 100644 index 000000000..a09561d70 --- /dev/null +++ b/tests/utils/testapp/gen-ust-nevents/tp.c @@ -0,0 +1,15 @@ +/* + * 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 "tp.h"