X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Ffiltering%2Ftp.c;fp=tests%2Ftools%2Ffiltering%2Ftp.c;h=a09561d709ae08d77308a5827e83d979ad2eb1a3;hp=0000000000000000000000000000000000000000;hb=9fec62f705e2143ae8ac72cf0ab1c36245aceda7;hpb=d8865498212833e7b4d6d67b81426a4ddc04bafe diff --git a/tests/tools/filtering/tp.c b/tests/tools/filtering/tp.c new file mode 100644 index 000000000..a09561d70 --- /dev/null +++ b/tests/tools/filtering/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"