X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fdemo%2Fust_tests_demo2.h;h=a763e028be02d130f6269cf28b32c5ec2cd0fabb;hb=72aa0d36b5508c151a1f62497479a7052f388f46;hp=3cadfa8c281ee868218c1cc829ff208f4ce52413;hpb=25c9a6e9fdb95d9d1c57463ab513ab1db197128d;p=lttng-ust.git diff --git a/tests/demo/ust_tests_demo2.h b/tests/demo/ust_tests_demo2.h index 3cadfa8c..a763e028 100644 --- a/tests/demo/ust_tests_demo2.h +++ b/tests/demo/ust_tests_demo2.h @@ -23,12 +23,6 @@ extern "C" { #include -TRACEPOINT_LOGLEVEL_ENUM( - tp_loglevel(other, 0) - tp_loglevel(other2, 1) - tp_loglevel(other3, 2) -) - TRACEPOINT_EVENT(ust_tests_demo2, loop, TP_ARGS(int, anint, int, netint, long *, values, char *, text, size_t, textlen, @@ -50,7 +44,7 @@ TRACEPOINT_EVENT(ust_tests_demo2, loop, ctf_float(double, doublefield, doublearg) ) ) -TRACEPOINT_LOGLEVEL(ust_tests_demo2, loop, other3) +TRACEPOINT_LOGLEVEL(ust_tests_demo2, loop, TRACE_WARNING) #endif /* _TRACEPOINT_UST_TESTS_DEMO2_H */