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,12 +803,12 @@ 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+|
809
-
| 0xf2 | | [yellow-background]*Unknown (UUID)*
810
-
Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Firehose tracepoint string data item>> where the value data contains an UUID.
Consists of a <<tracev3_firehose_tracepoint_data_time_with_value_data_range,Firehose tracepoint string data item>> where the value data contains binary data.
811
812
|===
812
813
813
814
===== [[tracev3_firehose_tracepoint_data_time_with_value_data_range]]Firehose tracepoint data item with value data range
@@ -1020,33 +1021,77 @@ The built-in value type decoders are:
1020
1021
[cols="1,1,5",options="header"]
1021
1022
|===
1022
1023
| Value | Identifier | Description
1023
-
| "{bitrate}" | | Formatted as a bit-rate value, for example "123 kbps"
1024
-
| "{bool}" | | Formatted as a lower-case boolean value, for example "true" or "false"
1025
-
| "{BOOL}" | | Formatted as a uppoer-case boolean value, for example "YES" or "NO"
1026
-
| "{bytes}" | | Formatted a bytes value, for example "4.72 kB"
1027
-
| "{darwin.errno}" | | Formatted as a system error, for example "[32: Broken pipe]"
1028
-
| "{darwin.mode}" | | Formatted as a file mode value, for example "drwxr-xr-x"
1029
-
| "{darwin.signal}" | | Formatted as a signal, for example "[sigsegv: Segmentation Fault]"
1030
-
| "{errno}" | | Formatted as a system error, for example "[32: Broken pipe]"
1031
-
| "{iec-bitrate}" | | Formatted as an IEC bit-rate value, for example "118 Kibps"
1032
-
| "{iec-bytes}" | | Formatted as IEC bytes value, for example "4.61 KiB"
1033
-
| "{in_addr}" | | Formatted as an IPv4 address, for example "127.0.0.1"
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
-
| "{sockaddr}" | | Formatted as socket address, for example "fe80::f:86ff:fee9:5c16"
1038
-
| "{time_t}" | | Formatted as a seconds precision date and time value, for example "2016-01-12 19:41:37"
1039
-
| "{timespec}" | | Formatted as a nanoseconds precision date and time value, for example "2016-01-12 19:41:37.2382382823"
1040
-
| "{timeval}" | | Formatted as a microseconds precision date and time value, for example "2016-01-12 19:41:37.774236"
1041
-
| "{uuid_t}" | | Formatted as an UUID, for example "10742E39-0657-41F8-AB99-878C5EC2DCAA"
1024
+
| "bitrate" | | Formatted as a bit-rate value, for example "123 kbps"
1025
+
| "bool" | | Formatted as a lower-case boolean value, for example "true" or "false"
1026
+
| "BOOL" | | Formatted as a uppoer-case boolean value, for example "YES" or "NO"
1027
+
| "bytes" | | Formatted a bytes value, for example "4.72 kB"
1028
+
| "darwin.errno" | | Formatted as a system error, for example "[32: Broken pipe]"
1029
+
| "darwin.mode" | | Formatted as a file mode value, for example "drwxr-xr-x"
1030
+
| "darwin.signal" | | Formatted as a signal, for example "[sigsegv: Segmentation Fault]"
1031
+
| "iec-bitrate" | | Formatted as an IEC bit-rate value, for example "118 Kibps"
1032
+
| "iec-bytes" | | Formatted as IEC bytes value, for example "4.61 KiB"
1033
+
| "in_addr" | | Formatted as an IPv4 address, for example "127.0.0.1"
1034
+
| "in6_addr" | | Formatted as an IPv6 address, for example "fe80::f:86ff:fee9:5c16"
1035
+
| "sockaddr" | | Formatted as socket address, for example "fe80::f:86ff:fee9:5c16"
1036
+
| "time_t" | | Formatted as a seconds precision date and time value, for example "2016-01-12 19:41:37"
1037
+
| "timespec" | | Formatted as a nanoseconds precision date and time value, for example "2016-01-12 19:41:37.2382382823"
1038
+
| "timeval" | | Formatted as a microseconds precision date and time value, for example "2016-01-12 19:41:37.774236"
1039
+
| "uuid_t" | | Formatted as an UUID, for example "10742E39-0657-41F8-AB99-878C5EC2DCAA"
1040
+
|===
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]"
1048
+
| "location:_CLClientManagerStateTrackerState" | | Formatted as a <<core_location_client_manager_state_tracker_state,Core location client manager (CLClientManager) state tracker state>>
1049
+
| "location:_CLLocationManagerStateTrackerState" | | Formatted as a <<core_location_location_manager_state_tracker_state,Core location location manager (CLLocationManager) state tracker state>>
0 commit comments