Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dtelemetry_notification.defs6 * Interface definition for the telemetry facility.
H A Diocompressionstats_notification.defs6 * Interface definition for the telemetry facility.
/xnu-12377.41.6/doc/building/
H A Dbound_checks.md28 only report a telemetry event;
67 for all other kernel configurations failing bounds checks generate a telemetry event
70 generate a telemetry event instead of panicking; for all other kernel configurations
161 rather be doing. On the other hand, "soft traps" generate telemetry without
182 `bound-checks-soft` for external users in order to collect telemetry
184 The expectation is that, once the telemetry is collected, you will change the
193 period, failing bounds checks create telemetry events that are collected by
/xnu-12377.41.6/doc/observability/
H A Dcpu_counters.md36 - Microstackshot telemetry is sampled periodically using the CPMU's cycle PMI trigger.
/xnu-12377.41.6/osfmk/kern/
H A DMakefile110 telemetry.h \
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_policy.h410 #pragma mark ipc policy telemetry [temporary]
H A Dipc_policy.c425 #pragma mark ipc policy telemetry
/xnu-12377.41.6/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.md92 …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-12377.41.6/doc/mach_ipc/
H A Dguard_exceptions.md225 a process where this is disallowed by policy. This is used to gather telemetry
507 reply port on iOS. It is currently a soft crash to collect telemetry before
517 This is telemetry for processes creating a port with flag
H A Dport_types.md172 `mach_port_exc_guard` exception, which will either emit telemetry or fatally
/xnu-12377.41.6/osfmk/conf/
H A DMakefile.template233 telemetry.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
397 telemetry.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles372 osfmk/kern/telemetry.c optional config_telemetry
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c2383 telemetry(__unused struct proc *p, struct telemetry_args *args, __unused int32_t *retval) in telemetry() function