X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracer.c;h=9c7e557aa050bc4a13f02a8cd2ecb6b51f8c63b0;hb=34e4b7db790ca5ff678eae7cf5658455a8991870;hp=d3978a45f6b94689bff8bf0c6021aba29d6cd6ae;hpb=c697d411684507407f67532b478d9a834bf0c9ae;p=ust.git diff --git a/libust/tracer.c b/libust/tracer.c index d3978a4..9c7e557 100644 --- a/libust/tracer.c +++ b/libust/tracer.c @@ -4,6 +4,20 @@ * (C) Copyright 2005-2008 - * Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) * + * 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 + * * Tracing management internal kernel API. Trace buffer allocation/free, tracing * start/stop. * @@ -38,6 +52,8 @@ //ust// #include //ust// #include //ust// #include +#include + #include "kernelcompat.h" #include "tracercore.h" #include "tracer.h"