X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo2.h;h=ffdefa594e695c37cd9aae7a8f99525ca35b9eff;hb=67ceba204e9a5bb616f45142acfc5d19812821a3;hp=b3ab8febaf5ae34c2913e6d2e95b9dc15655308b;hpb=891226fc4bda9655e54bbafabe7a2ae8923ba4e1;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo2.h b/doc/examples/demo/ust_tests_demo2.h index b3ab8feb..ffdefa59 100644 --- a/doc/examples/demo/ust_tests_demo2.h +++ b/doc/examples/demo/ust_tests_demo2.h @@ -23,13 +23,13 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo2, loop, lttng_ust_field_integer(long, longfield, anint) lttng_ust_field_integer_network(int, netintfield, netint) lttng_ust_field_integer_network_hex(int, netintfieldhex, netint) - ctf_array(long, arrfield1, values, 3) - ctf_array_text(char, arrfield2, text, 10) - ctf_sequence(char, seqfield1, text, + lttng_ust_field_array(long, arrfield1, values, 3) + lttng_ust_field_array_text(char, arrfield2, text, 10) + lttng_ust_field_sequence(char, seqfield1, text, size_t, textlen) - ctf_sequence_text(char, seqfield2, text, + lttng_ust_field_sequence_text(char, seqfield2, text, size_t, textlen) - ctf_string(stringfield, text) + lttng_ust_field_string(stringfield, text) lttng_ust_field_float(float, floatfield, floatarg) lttng_ust_field_float(double, doublefield, doublearg) )