X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo.h;h=8758838ddba1d2859befcbc8a752ba978fd8c3f8;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=e392228d2ad96eb140fbee50e849fa986d47980b;hpb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo.h b/doc/examples/demo/ust_tests_demo.h index e392228d..8758838d 100644 --- a/doc/examples/demo/ust_tests_demo.h +++ b/doc/examples/demo/ust_tests_demo.h @@ -4,10 +4,10 @@ * Copyright (C) 2011 Mathieu Desnoyers */ -#undef TRACEPOINT_PROVIDER -#define TRACEPOINT_PROVIDER ust_tests_demo +#undef LTTNG_UST_TRACEPOINT_PROVIDER +#define LTTNG_UST_TRACEPOINT_PROVIDER ust_tests_demo -#if !defined(_TRACEPOINT_UST_TESTS_DEMO_H) || defined(TRACEPOINT_HEADER_MULTI_READ) +#if !defined(_TRACEPOINT_UST_TESTS_DEMO_H) || defined(LTTNG_UST_TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_UST_TESTS_DEMO_H #include @@ -15,7 +15,7 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo, starting, LTTNG_UST_TP_ARGS(int, value), LTTNG_UST_TP_FIELDS( - ctf_integer(int, value, value) + lttng_ust_field_integer(int, value, value) ) ) LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_demo, starting, LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT) @@ -30,7 +30,7 @@ LTTNG_UST_TRACEPOINT_MODEL_EMF_URI(ust_tests_demo, starting, LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo, done, LTTNG_UST_TP_ARGS(int, value), LTTNG_UST_TP_FIELDS( - ctf_integer(int, value, value) + lttng_ust_field_integer(int, value, value) ) ) LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_demo, done, LTTNG_UST_TRACEPOINT_LOGLEVEL_CRIT) @@ -40,8 +40,8 @@ LTTNG_UST_TRACEPOINT_MODEL_EMF_URI(ust_tests_demo, done, #endif /* _TRACEPOINT_UST_TESTS_DEMO_H */ -#undef TRACEPOINT_INCLUDE -#define TRACEPOINT_INCLUDE "./ust_tests_demo.h" +#undef LTTNG_UST_TRACEPOINT_INCLUDE +#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_demo.h" /* This part must be outside ifdef protection */ #include