Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / liblttng-ust-cyg-profile / lttng-ust-cyg-profile-fast.h
index 9dbe9da2f65ad14d8342163124bdafd9e4ab04d8..f2cdaabe94b32c620c82ad956b91344404bf2fd1 100644 (file)
@@ -29,7 +29,9 @@ TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile_fast, func_entry,
 
 TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_exit,
        TP_ARGS(void *, func_addr),
-       TP_FIELDS()
+       TP_FIELDS(
+               ctf_unused(func_addr)
+       )
 )
 
 TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile_fast, func_exit,
This page took 0.022644 seconds and 4 git commands to generate.