From cfbdb7732a22a21b2803a7aed6962d72bef54f5a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 28 Nov 2016 21:28:58 -0500 Subject: [PATCH] lttng-ust(3): sort ctf_*() macro parameter definitions Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 35422682..c2910f55 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -319,16 +319,15 @@ information. The parameters are: -'int_type':: - Integer C type. The size of this type determines the size of the - integer/enumeration field. - -'float_type':: - Float C type (`float` or `double`). The size of this type determines - the size of the floating point number field. +'count':: + Number of elements in array/sequence. This must be known at + compile time. -'field_name':: - Event field name (C identifier syntax, :not: a literal string). +'enum_name':: + Name of an enumeration field previously defined with the + `TRACEPOINT_ENUM()` macro. See the + <> section for more + information. 'expr':: C expression resulting in the field's value. This expression can @@ -336,27 +335,28 @@ The parameters are: of a given tracepoint are defined in the `TP_ARGS()` macro (see the <> section above). -'count':: - Number of elements in array/sequence. This must be known at - compile time. +'field_name':: + Event field name (C identifier syntax, :not: a literal string). -'len_type':: - Unsigned integer C type of sequence's length. +'float_type':: + Float C type (`float` or `double`). The size of this type determines + the size of the floating point number field. + +'int_type':: + Integer C type. The size of this type determines the size of the + integer/enumeration field. 'len_expr':: C expression resulting in the sequence's length. This expression can use one or more arguments passed to the tracepoint. +'len_type':: + Unsigned integer C type of sequence's length. + 'prov_name':: Tracepoint provider name. This must be the same as the tracepoint provider name used in a previous field definition. -'enum_name':: - Name of an enumeration field previously defined with the - `TRACEPOINT_ENUM()` macro. See the - <> section for more - information. - The `_nowrite` versions omit themselves from the recorded trace, but are otherwise identical. Their primary purpose is to make some of the event context available to the event filters without having to commit -- 2.34.1