Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile.h
index 63b2ac3ce5b5f422151daa5a276c27ae7ef62546..e5451c323cb847912c35cf5f02d7311c1de10a1e 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 
 TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class,
        LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_integer_hex(unsigned long, addr,
                        (unsigned long) func_addr)
                ctf_integer_hex(unsigned long, call_site,
This page took 0.022243 seconds and 4 git commands to generate.