X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Fdefine_trace.h;h=f8f9d3428523b3a1bc7b2a077d7f9d4cd7ba5e37;hb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;hp=28125edd3d2fbece21aa0e93cda86a4c3b712042;hpb=fcf7fa335dc9b5119fccc23bb81fff546ce854ec;p=lttng-modules.git diff --git a/probes/define_trace.h b/probes/define_trace.h index 28125edd..f8f9d342 100644 --- a/probes/define_trace.h +++ b/probes/define_trace.h @@ -1,22 +1,9 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + * * define_trace.h * * Copyright (C) 2009 Steven Rostedt * 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 */ /* @@ -44,51 +31,22 @@ #include #undef LTTNG_TRACEPOINT_EVENT_MAP -#define LTTNG_TRACEPOINT_EVENT_MAP(name, map, proto, args, tstruct, assign, print) +#define LTTNG_TRACEPOINT_EVENT_MAP(name, map, proto, args, fields) #undef LTTNG_TRACEPOINT_EVENT_MAP_NOARGS -#define LTTNG_TRACEPOINT_EVENT_MAP_NOARGS(name, map, tstruct, assign, print) - -#undef LTTNG_TRACEPOINT_EVENT_CONDITION_MAP -#define LTTNG_TRACEPOINT_EVENT_CONDITION_MAP(name, map, proto, args, cond, tstruct, assign, print) \ - LTTNG_TRACEPOINT_EVENT(name, \ - PARAMS(proto), \ - PARAMS(args), \ - PARAMS(tstruct), \ - PARAMS(assign), \ - PARAMS(print)) - -#undef LTTNG_TRACEPOINT_EVENT_FN_MAP -#define LTTNG_TRACEPOINT_EVENT_FN_MAP(name, map, proto, args, tstruct, \ - assign, print, reg, unreg) +#define LTTNG_TRACEPOINT_EVENT_MAP_NOARGS(name, map, fields) #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(template, name, map, proto, args) -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT_MAP -#define LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT_MAP(template, name, map, proto, args, print) - -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION_MAP -#define LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION_MAP(template, name, map, proto, args, cond) - #undef LTTNG_TRACEPOINT_EVENT -#define LTTNG_TRACEPOINT_EVENT(name, proto, args, tstruct, assign, print) - -#undef LTTNG_TRACEPOINT_EVENT_CONDITION -#define LTTNG_TRACEPOINT_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ - LTTNG_TRACEPOINT_EVENT(name, \ - PARAMS(proto), \ - PARAMS(args), \ - PARAMS(tstruct), \ - PARAMS(assign), \ - PARAMS(print)) +#define LTTNG_TRACEPOINT_EVENT(name, proto, args, fields) #undef LTTNG_TRACEPOINT_EVENT_CODE -#define LTTNG_TRACEPOINT_EVENT_CODE(name, proto, args, _locvar, _code, tstruct, assign, print) +#define LTTNG_TRACEPOINT_EVENT_CODE(name, proto, args, _locvar, _code_pre, fields, _code_post) -#undef LTTNG_TRACEPOINT_EVENT_FN -#define LTTNG_TRACEPOINT_EVENT_FN(name, proto, args, tstruct, \ - assign, print, reg, unreg) +#undef LTTNG_TRACEPOINT_EVENT_CODE_MAP +#define LTTNG_TRACEPOINT_EVENT_CODE_MAP(name, map, proto, args, _locvar, _code_pre, fields, _code_post) #undef LTTNG_TRACEPOINT_EVENT_INSTANCE #define LTTNG_TRACEPOINT_EVENT_INSTANCE(template, name, proto, args) @@ -99,13 +57,6 @@ #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS(template, name, map) -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT -#define LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT(template, name, proto, args, print) - -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION -#define LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION(template, name, proto, args, cond) \ - LTTNG_TRACEPOINT_EVENT_INSTANCE(template, name, PARAMS(proto), PARAMS(args)) - #undef TRACE_INCLUDE #undef __TRACE_INCLUDE @@ -133,22 +84,15 @@ #define DECLARE_TRACE(name, proto, args) #ifdef LTTNG_PACKAGE_BUILD -#include "lttng-events.h" +#include #endif #undef LTTNG_TRACEPOINT_EVENT -#undef LTTNG_TRACEPOINT_EVENT_FN -#undef LTTNG_TRACEPOINT_EVENT_CONDITION #undef LTTNG_TRACEPOINT_EVENT_INSTANCE -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION #undef LTTNG_TRACEPOINT_EVENT_MAP -#undef LTTNG_TRACEPOINT_EVENT_FN_MAP -#undef LTTNG_TRACEPOINT_EVENT_CONDITION_MAP #undef LTTNG_TRACEPOINT_EVENT_CLASS #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT_MAP -#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION_MAP +#undef LTTNG_TRACEPOINT_EVENT_CODE_MAP #undef LTTNG_TRACEPOINT_EVENT_CODE #undef LTTNG_TRACEPOINT_EVENT_MAP_NOARGS #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS