Tracepoint API namespacing ctf_string
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-statedump-provider.h
index 0805d5464836c8c3b82185df9e22c4122b6a8b45..a77e3fd0caa73dd2a9bdd3c32b32299b7c5f9d3a 100644 (file)
@@ -44,7 +44,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_statedump, bin_info,
                ctf_unused(session)
                lttng_ust_field_integer_hex(void *, baddr, baddr)
                lttng_ust_field_integer(uint64_t, memsz, memsz)
-               ctf_string(path, path)
+               lttng_ust_field_string(path, path)
                lttng_ust_field_integer(uint8_t, is_pic, is_pic)
                lttng_ust_field_integer(uint8_t, has_build_id, has_build_id)
                lttng_ust_field_integer(uint8_t, has_debug_link, has_debug_link)
@@ -61,7 +61,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_statedump, build_id,
        LTTNG_UST_TP_FIELDS(
                ctf_unused(session)
                lttng_ust_field_integer_hex(void *, baddr, baddr)
-               ctf_sequence_hex(uint8_t, build_id, build_id,
+               lttng_ust_field_sequence_hex(uint8_t, build_id, build_id,
                        size_t, build_id_len)
        )
 )
@@ -77,7 +77,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_statedump, debug_link,
                ctf_unused(session)
                lttng_ust_field_integer_hex(void *, baddr, baddr)
                lttng_ust_field_integer(uint32_t, crc, crc)
-               ctf_string(filename, filename)
+               lttng_ust_field_string(filename, filename)
        )
 )
 
@@ -88,7 +88,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_statedump, procname,
        ),
        LTTNG_UST_TP_FIELDS(
                ctf_unused(session)
-               ctf_array_text(char, procname, name, LTTNG_UST_ABI_PROCNAME_LEN)
+               lttng_ust_field_array_text(char, procname, name, LTTNG_UST_ABI_PROCNAME_LEN)
        )
 )
 
This page took 0.024279 seconds and 4 git commands to generate.