X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftp.h;fp=tests%2Fregression%2Fust%2Flow-throughput%2Ftp.h;h=d17d2bae044e969fcc74dabe0f319ee730800574;hp=961f2e907c64acb2655200ab6a4655296605f2cb;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/tests/regression/ust/low-throughput/tp.h b/tests/regression/ust/low-throughput/tp.h index 961f2e907..d17d2bae0 100644 --- a/tests/regression/ust/low-throughput/tp.h +++ b/tests/regression/ust/low-throughput/tp.h @@ -13,13 +13,10 @@ #include -TRACEPOINT_EVENT(tp, slow, - TP_ARGS(unsigned int, c, const char *, thread_name), - TP_FIELDS( - ctf_integer(unsigned int, counter, c) - ctf_string(th_name, thread_name) - ) -) +TRACEPOINT_EVENT(tp, + slow, + TP_ARGS(unsigned int, c, const char *, thread_name), + TP_FIELDS(ctf_integer(unsigned int, counter, c) ctf_string(th_name, thread_name))) #endif /* _TRACEPOINT_TP_H */