X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;fp=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=2306c2da1b8539e3fb1329275dd09138c989d149;hp=055d8823e146edd63a2a55b886ec5eb1c71e281c;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index 055d8823e..2306c2da1 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -6,28 +6,26 @@ * */ -#include -#include -#include -#include -#include -#include +#include #include #include -#include -#include +#include +#include #include +#include +#include +#include +#include +#include #define TRACEPOINT_DEFINE #include "tp.h" -static -void inthandler(int sig __attribute__((unused))) +static void inthandler(int sig __attribute__((unused))) { } -static -int init_int_handler(void) +static int init_int_handler(void) { int result; struct sigaction act; @@ -72,8 +70,7 @@ int main(int argc, char **argv) for (i = 0; i < 1000000; i++) { netint = htonl(i); - tracepoint(tp, tptest, i, netint, values, text, - strlen(text), dbl, flt); + tracepoint(tp, tptest, i, netint, values, text, strlen(text), dbl, flt); } return 0;