You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This value has been seen to be used in combination with format strings like "%.16s" and "%.*s", where this value contains the number of characters of the string that should be printed.
Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Firehose tracepoint string data item>> where the value data contains an UTF-8 encoded string with an optional end-of-string character.
@@ -802,7 +803,7 @@ Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Fire
Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Firehose tracepoint string data item>> where the value data contains an UTF-8 encoded string with an optional end-of-string character.
Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Firehose tracepoint string data item>> where the value data contains an UTF-8 encoded string with an optional end-of-string character.
808
809
3+|
@@ -1027,26 +1028,70 @@ The built-in value type decoders are:
1027
1028
| "{darwin.errno}" | | Formatted as a system error, for example "[32: Broken pipe]"
1028
1029
| "{darwin.mode}" | | Formatted as a file mode value, for example "drwxr-xr-x"
1029
1030
| "{darwin.signal}" | | Formatted as a signal, for example "[sigsegv: Segmentation Fault]"
1030
-
| "{errno}" | | Formatted as a system error, for example "[32: Broken pipe]"
1031
1031
| "{iec-bitrate}" | | Formatted as an IEC bit-rate value, for example "118 Kibps"
1032
1032
| "{iec-bytes}" | | Formatted as IEC bytes value, for example "4.61 KiB"
1033
1033
| "{in_addr}" | | Formatted as an IPv4 address, for example "127.0.0.1"
1034
1034
| "{in6_addr}" | | Formatted as an IPv6 address, for example "fe80::f:86ff:fee9:5c16"
1035
-
| "{private}" | | Private log argument
1036
-
| "{public}" | | Public log argument
1037
1035
| "{sockaddr}" | | Formatted as socket address, for example "fe80::f:86ff:fee9:5c16"
1038
1036
| "{time_t}" | | Formatted as a seconds precision date and time value, for example "2016-01-12 19:41:37"
1039
1037
| "{timespec}" | | Formatted as a nanoseconds precision date and time value, for example "2016-01-12 19:41:37.2382382823"
1040
1038
| "{timeval}" | | Formatted as a microseconds precision date and time value, for example "2016-01-12 19:41:37.774236"
1041
1039
| "{uuid_t}" | | Formatted as an UUID, for example "10742E39-0657-41F8-AB99-878C5EC2DCAA"
1042
1040
|===
1043
1041
1042
+
Other observerd value type decoders are:
1043
+
1044
+
[cols="1,1,5",options="header"]
1045
+
|===
1046
+
| Value | Identifier | Description
1047
+
| "{errno}" | | Formatted as a system error, for example "[32: Broken pipe]"
0 commit comments