X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-dl%2Fust_dl.c;fp=liblttng-ust-dl%2Fust_dl.c;h=f24f1d26a1f183eb4a6b854b0a36b64607b835a2;hb=6d4658aa879ddabdd79fc6c637ee039413ad215b;hp=0000000000000000000000000000000000000000;hpb=cf73e0fea355d408180a66a88ba7a33cfbd17c33;p=lttng-ust.git diff --git a/liblttng-ust-dl/ust_dl.c b/liblttng-ust-dl/ust_dl.c new file mode 100644 index 00000000..f24f1d26 --- /dev/null +++ b/liblttng-ust-dl/ust_dl.c @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2013 Paul Woegerer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#define _LGPL_SOURCE +#define TRACEPOINT_CREATE_PROBES +#include "ust_dl.h"