X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-calibrate.c;h=55cb1c46ff2d3c726b2cde2efccacf534d3a598f;hp=421d027b26fc7b93af4d2f5a8ead373231dfaa78;hb=7ceeb15de1454896381ca45f68151211de6eff6c;hpb=3db41b2c5d1fef77ca065dc8ef7f0fdd9c17cf32 diff --git a/lttng-calibrate.c b/lttng-calibrate.c index 421d027b..55cb1c46 100644 --- a/lttng-calibrate.c +++ b/lttng-calibrate.c @@ -1,16 +1,29 @@ /* * lttng-calibrate.c * - * Copyright 2011 (c) - Mathieu Desnoyers - * * LTTng probe calibration. * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2010-2012 Mathieu Desnoyers + * + * 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; only + * version 2.1 of the License. + * + * 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 */ -#include "ltt-debugfs-abi.h" -#include "ltt-events.h" +#include +#include +noinline void lttng_calibrate_kretprobe(void) { asm volatile ("");