X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo-tp.h;h=5dcc2507c9af16b37121c3ff66acd7acd0e627ac;hb=eb2dca3bdbb5f9d1fe8dc4c5d83951fe99ea0b29;hp=c3b23f18689c22f85e9631a933bfacce0fa1763d;hpb=818df80b8b47b736056088fd7d75263a21f6a5a9;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libfoo-tp.h b/tests/regression/ust/ust-dl/libfoo-tp.h index c3b23f186..5dcc2507c 100644 --- a/tests/regression/ust/ust-dl/libfoo-tp.h +++ b/tests/regression/ust/ust-dl/libfoo-tp.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2016 Jérémie Galarneau + * + * SPDX-License-Identifier: MIT + * + */ + #undef TRACEPOINT_PROVIDER #define TRACEPOINT_PROVIDER libfoo @@ -9,12 +16,7 @@ #include -TRACEPOINT_EVENT( - libfoo, - foo, - TP_ARGS(void), - TP_FIELDS() -) +TRACEPOINT_EVENT(libfoo, foo, TP_ARGS(void), TP_FIELDS()) #endif /* _LIBFOO_TP_H */