Home
last modified time | relevance | path

Searched defs:actionid (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/osfmk/kperf/
H A Daction.c82 kperf_action_has_non_system(unsigned int actionid) in kperf_action_has_non_system()
96 kperf_action_has_task(unsigned int actionid) in kperf_action_has_task()
106 kperf_action_has_thread(unsigned int actionid) in kperf_action_has_thread()
140 struct kperf_context *context, unsigned int actionid, in kperf_sample_user_internal()
196 unsigned int actionid, unsigned int sample_flags) in kperf_sample_user()
218 unsigned actionid, unsigned ucallstack_depth) in kperf_sample_internal()
409 unsigned actionid, unsigned sample_flags) in kperf_sample()
487 struct kperf_context *context, uint32_t actionid, unsigned int sample_what, in kperf_ast_sample_max_stack_phase()
531 unsigned int actionid = T_KPERF_GET_ACTIONID(ast); in kperf_thread_ast_handler() local
555 unsigned int actionid = T_KPERF_GET_ACTIONID(ast); in kperf_thread_exclaves_ast_handler() local
[all …]
H A Dkptimer.c205 kptimer_sample_curcpu(unsigned int actionid, unsigned int timerid, in kptimer_sample_curcpu()
689 kptimer_get_action(unsigned int timerid, unsigned int *actionid) in kptimer_get_action()
699 kptimer_set_action(unsigned int timerid, unsigned int actionid) in kptimer_set_action()
H A Dpet.c176 uint32_t actionid = kppet.g_actionid; in kppet_on_cpu() local
243 kppet_config(unsigned int actionid) in kppet_config()
H A Dthread_samplers.c376 unsigned int actionid) in kperf_thread_dispatch_pend()
H A Dcallstack.c494 kperf_exclave_callstack_pend(struct kperf_context *context, unsigned int actionid) in kperf_exclave_callstack_pend()
508 unsigned int actionid) in kperf_ucallstack_pend()
H A Dkperfbsd.c260 unsigned int actionid = (unsigned int)inputs[0]; in sysctl_action_filter() local
/xnu-12377.61.12/osfmk/x86_64/
H A Dkpc_x86.c636 kpc_sample_kperf_x86(uint32_t ctr, uint32_t actionid, uint64_t count, in kpc_sample_kperf_x86()
671 uint32_t actionid = FIXED_ACTIONID(ctr); in kpc_pmi_handler() local
692 unsigned int actionid = CONFIGURABLE_ACTIONID(ctr); in kpc_pmi_handler() local
/xnu-12377.61.12/osfmk/kern/
H A Dkpc_common.c556 kpc_sample_kperf(uint32_t actionid, uint32_t counter, uint64_t config, in kpc_sample_kperf()