Home
last modified time | relevance | path

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

/xnu-11215/doc/building/
H A Dbound_checks.md28 only report a telemetry event;
66 for all other kernel configurations failing bounds checks generate a telemetry event
69 generate a telemetry event instead of panicking; for all other kernel configurations
134 rather be doing. On the other hand, "soft traps" generate telemetry without
155 `bound-checks-soft` for external users in order to collect telemetry
157 The expectation is that, once the telemetry is collected, you will change the
166 period, failing bounds checks create telemetry events that are collected by
/xnu-11215/osfmk/mach/
H A Diocompressionstats_notification.defs6 * Interface definition for the telemetry facility.
H A Dtelemetry_notification.defs6 * Interface definition for the telemetry facility.
/xnu-11215/osfmk/ipc/
H A Dipc_policy.h186 #pragma mark reply port semantics telemetry [temporary]
H A Dipc_policy.c313 #pragma mark reply port semantics telemetry
/xnu-11215/doc/observability/
H A Dcpu_counters.md36 - Microstackshot telemetry is sampled periodically using the CPMU's cycle PMI trigger.
/xnu-11215/osfmk/kern/
H A DMakefile108 telemetry.h \
/xnu-11215/doc/vm/
H A Dsanitize.md56 default behavior (i.e. no rewrite, no telemetry). The overrides, if any, are set
77 `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.
H A Dmemorystatus_kills.md90 …d and have probably not scaled well with current hardware. According to telemetry these kills are …
H A Dfreezer.md87 …er of writes and ensures we stay under the budget. It also tracks daily telemetry which is reporte…
/xnu-11215/osfmk/conf/
H A DMakefile.template232 telemetry.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
396 telemetry.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles367 osfmk/kern/telemetry.c optional config_telemetry
/xnu-11215/bsd/kern/
H A Dsys_generic.c2377 telemetry(__unused struct proc *p, struct telemetry_args *args, __unused int32_t *retval) in telemetry() function