X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Flttng-syscalls-extractor%2Flttng-syscalls-extractor.c;h=71197468986377b30153683cd7f81bee6f01ee4a;hb=2dc8b037067736191d810ff37b1a4d93d24908ba;hp=06c0da13cad280e4ddb1cf0e4d1200bd4bfaf0ab;hpb=bc55cda31cd8fbcdfb16777b585b1d097aeb61f1;p=lttng-modules.git diff --git a/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c b/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c index 06c0da13..71197468 100644 --- a/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c +++ b/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c @@ -1,10 +1,24 @@ /* + * lttng-syscalls-extractor.c + * + * Dump syscall metadata to console. + * * Copyright 2011 - Mathieu Desnoyers * Copyright 2011 - Julien Desfossez * - * Dump syscall metadata to console. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. * - * GPLv2 license. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -17,6 +31,7 @@ #include #include #include +#include #ifndef CONFIG_FTRACE_SYSCALLS #error "You need to set CONFIG_FTRACE_SYSCALLS=y"