Searched refs:trigger (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.61.12/doc/observability/ |
| H A D | cpu_counters.md | 23 It can use PMIs from these counters to trigger kperf samples and counter values can be recorded in … 36 - Microstackshot telemetry is sampled periodically using the CPMU's cycle PMI trigger. 40 - The kperf profiling system can trigger samples of thread states and call stacks using CPMU PMIs, …
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | apic.py | 135 trigger = reg_val & 0x8000 142 "edge" if trigger == 0 else "level",
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_bsd.c | 460 audit_send_trigger(unsigned int trigger) in audit_send_trigger() argument 467 (void)audit_triggers(audit_port, trigger); in audit_send_trigger()
|
| H A D | audit_private.h | 431 int audit_send_trigger(unsigned int trigger);
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | pageout_scan.md | 179 trigger jetsams. Pages which were first faulted by real-time threads are 206 trigger. The delay imposed by these LPF-characteristics was often larger than 211 Re-introducing the paging-rate measurement without the jetsam-trigger may be
|
| H A D | memorystatus.md | 64 …tion` (in `bsd/kern/kern_memorystatus_policy.c`) for the conditions that trigger specific actions.… 130 … "system memory pressure level" (used to send pressure notifications and trigger sustained-pressur…
|
| H A D | memorystatus_kills.md | 45 …idle daemons, and there are at least 5 daemons in the idle band, we will trigger proc thrashing je…
|
| H A D | freezer.md | 118 …min\_thaw\_refreeze\_threshold | The min number of thawed procs that can trigger a re-freeze wakeu…
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | network_agent.c | 428 u_int8_t *trigger = NULL; in netagent_send_trigger() local 430 trigger = (u_int8_t *)kalloc_data(trigger_size, Z_WAITOK); in netagent_send_trigger() 431 if (trigger == NULL) { in netagent_send_trigger() 436 …(void)netagent_buffer_write_session_message_header(trigger, trigger_type, 0, 0, 0, registration->n… in netagent_send_trigger() 438 …(void)netagent_buffer_write_message_header(trigger, trigger_type, 0, 0, 0, sizeof(struct netagent_… in netagent_send_trigger() 441 trigger_message = (struct netagent_trigger_message *)(void *)(trigger + header_size); in netagent_send_trigger() 451 if ((error = netagent_send_ctl_data(registration->control_unit, trigger, trigger_size))) { in netagent_send_trigger() 455 kfree_data(trigger, trigger_size); in netagent_send_trigger()
|
| /xnu-12377.61.12/doc/lifecycle/ |
| H A D | startup.md | 176 trigger `zalloc()`s (for e.g. mutex statistic structure initialization).
|
| /xnu-12377.61.12/config/ |
| H A D | MASTER | 132 options CONFIG_TRIGGERS # trigger vnodes # <config_triggers>
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | apple_speculative_hardening.md | 13 Attackers can intentionally trigger mispredictions and observe 700 expected low 48-bits and a poison value in the top 16-bits which will trigger a
|
| /xnu-12377.61.12/tests/ |
| H A D | stackshot_tests.m | 3729 T_LOG("running sysctl to trigger kernel-driven stackshot"); 3742 T_LOG("running sysctl to trigger kernel-driven stackshot type 1"); 3746 T_LOG("running sysctl to trigger kernel-driven stackshot type 2");
|