Home
last modified time | relevance | path

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

/xnu-11215.81.4/doc/observability/
H A Dcpu_counters.md23 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-11215.81.4/tools/lldbmacros/
H A Dapic.py135 trigger = reg_val & 0x8000
142 "edge" if trigger == 0 else "level",
/xnu-11215.81.4/bsd/security/audit/
H A Daudit_bsd.c460 audit_send_trigger(unsigned int trigger) in audit_send_trigger() argument
467 (void)audit_triggers(audit_port, trigger); in audit_send_trigger()
H A Daudit_private.h431 int audit_send_trigger(unsigned int trigger);
/xnu-11215.81.4/bsd/net/
H A Dnetwork_agent.c394 u_int8_t *trigger = NULL; in netagent_send_trigger() local
396 trigger = (u_int8_t *)kalloc_data(trigger_size, Z_WAITOK); in netagent_send_trigger()
397 if (trigger == NULL) { in netagent_send_trigger()
401 …(void)netagent_buffer_write_message_header(trigger, trigger_type, 0, 0, 0, sizeof(struct netagent_… in netagent_send_trigger()
403 …trigger_message = (struct netagent_trigger_message *)(void *)(trigger + sizeof(struct netagent_mes… in netagent_send_trigger()
413 if ((error = netagent_send_ctl_data(wrapper->control_unit, trigger, trigger_size))) { in netagent_send_trigger()
417 kfree_data(trigger, trigger_size); in netagent_send_trigger()
/xnu-11215.81.4/doc/lifecycle/
H A Dstartup.md154 trigger `zalloc()`s (for e.g. mutex statistic structure initialization).
/xnu-11215.81.4/doc/vm/
H A Dmemorystatus.md64 …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 Dmemorystatus_kills.md43 …idle daemons, and there are at least 5 daemons in the idle band, we will trigger proc thrashing je…
H A Dfreezer.md118 …min\_thaw\_refreeze\_threshold | The min number of thawed procs that can trigger a re-freeze wakeu…
/xnu-11215.81.4/config/
H A DMASTER135 options CONFIG_TRIGGERS # trigger vnodes # <config_triggers>
/xnu-11215.81.4/tests/
H A Dstackshot_tests.m3601 T_LOG("running sysctl to trigger kernel-driven stackshot");
3614 T_LOG("running sysctl to trigger kernel-driven stackshot type 1");
3618 T_LOG("running sysctl to trigger kernel-driven stackshot type 2");