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
* Large shared cache data is used to calculate format string
1174
+
* Image identifier = strings file identifier (value from Shared-Cache Strings (dsc) is not used)
1175
+
* Image path is not set
1176
+
* Image text offset is set to 0
1177
+
* Load address = ( Large offset data << 32 ) | UUID entry load address (lower 32-bit)
1178
+
1137
1179
==== [[tracev3_firehose_tracepoint_format_string]]Firehose tracepoint format string
1138
1180
1139
1181
Format string operators are defined in the following format:
@@ -1202,6 +1244,7 @@ Other observerd value type decoders are:
1202
1244
| "mdnsresponder:ip_addr" | | Formatted as a <<mdnsresponder_ip_address,mDNSResponder IP address>>
1203
1245
| "mdnsresponder:mac_addr" | | Formatted as a <<mdnsresponder_mac_address,mDNSResponder MAC address>>
1204
1246
| "name=NAME" | | Name formatting argument, where NAME is the name of the value, which has no additional formatting
1247
+
| "Name:NAME" | | [yellow-background]*Unknown, see notes below*
1205
1248
| "network:in_addr" | | Formatted as an IPv4 address, for example "127.0.0.1"
1206
1249
| "network:in6_addr" | | Formatted as an IPv6 address, for example "fe80::f:86ff:fee9:5c16"
1207
1250
| "network:sockaddr" | |
@@ -1217,7 +1260,9 @@ Other observerd value type decoders are:
1217
1260
| "signpost.description:end_time" | | Formatted as a signpost description end time, for example `__##__signpost.description#____#end_time#_##_#1005756624719##__##`
1218
1261
| "signpost.telemetry:number1" | | For example `__##__signpost.telemetry#____#number1#_##_#5.88671875##__##`, where a avalue can be an integer or floating-point which is formatted as (at least) "%.9g"
1219
1262
| "signpost.telemetry:number2" | | For example `__##__signpost.telemetry#____#number2#_##_#6.05859375##__##`, where a avalue can be an integer or floating-point and which is formatted as (at least) "%.9g"
1263
+
| "signpost.telemetry:number3" | | For example `__##__signpost.telemetry#____#number3#_##_#6.05859375##__##`, where a avalue can be an integer or floating-point and which is formatted as (at least) "%.9g"
1220
1264
| "signpost.telemetry:string1" | | For example `__##__signpost.telemetry#____#string1#_##_#executeQueryBegin##__##`
1265
+
| "signpost.telemetry:string2" | | For example `__##__signpost.telemetry#____#string2#_##_#executeQueryBegin##__##`
1221
1266
| "private" | | Private formatting argument, which is formatted as "<private>"
1222
1267
| "public" | | Public formatting argument, which has no additional formatting
1223
1268
|===
@@ -1296,6 +1341,22 @@ The types are defined as:
1296
1341
| "X" | | Hexadecimal interger value, formatter in upper case
0 commit comments