X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Fust_tests_hello.h;h=9bbc67de53f50e93478e7b719341c0440015bd79;hb=3d249a072c981fd9a5f0fcd3d4787beab64561e3;hp=0f709cb05e9a6576623a1a098d758d43dc5c5296;hpb=513fc97ee8790f552a761f6d99926a567779d4bc;p=ust.git diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 0f709cb..9bbc67d 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -44,10 +44,12 @@ TRACEPOINT_EVENT(ust_tests_hello_tptest, ctf_string(stringfield, text) ctf_float(float, floatfield, floatarg) ctf_float(double, doublefield, doublearg) - )) + ) + ) TRACEPOINT_EVENT_NOARGS(ust_tests_hello_tptest_sighandler, - TP_FIELDS()) + TP_FIELDS() + ) #endif /* _TRACEPOINT_TP_H */