Searched refs:telemetry (Results 1 – 13 of 13) sorted by relevance
28 only report a telemetry event;66 for all other kernel configurations failing bounds checks generate a telemetry event69 generate a telemetry event instead of panicking; for all other kernel configurations134 rather be doing. On the other hand, "soft traps" generate telemetry without155 `bound-checks-soft` for external users in order to collect telemetry157 The expectation is that, once the telemetry is collected, you will change the166 period, failing bounds checks create telemetry events that are collected by
6 * Interface definition for the telemetry facility.
186 #pragma mark reply port semantics telemetry [temporary]
313 #pragma mark reply port semantics telemetry
36 - Microstackshot telemetry is sampled periodically using the CPMU's cycle PMI trigger.
108 telemetry.h \
56 default behavior (i.e. no rewrite, no telemetry). The overrides, if any, are set77 `vm_sanitize_err_compat_<kind>` to handle any rewrites or telemetry.84 and sends any requested telemetry.419 rewrites and/or telemetry for binary compatibility.
90 …d and have probably not scaled well with current hardware. According to telemetry these kills are …
87 …er of writes and ensures we stay under the budget. It also tracks daily telemetry which is reporte…
232 telemetry.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32396 telemetry.o_CWARNFLAGS_ADD += -Wno-sign-conversion
367 osfmk/kern/telemetry.c optional config_telemetry
2377 telemetry(__unused struct proc *p, struct telemetry_args *args, __unused int32_t *retval) in telemetry() function