Home
last modified time | relevance | path

Searched refs:TELEMETRY_MAX_UUID_COUNT (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dtelemetry.c130 #define TELEMETRY_MAX_UUID_COUNT (128) // Max of 128 non-shared-cache UUIDs to log for symbolication macro
792 if (uuid_info_count > TELEMETRY_MAX_UUID_COUNT) { in telemetry_process_sample()
793 uuid_info_count = TELEMETRY_MAX_UUID_COUNT; in telemetry_process_sample()