Home
last modified time | relevance | path

Searched refs:kp_kcallstack (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h64 struct kp_kcallstack { struct
75 void kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *); argument
76 void kperf_kcallstack_log(struct kp_kcallstack *cs);
77 void kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *);
78 void kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context);
H A Dsample.h62 struct kp_kcallstack kcallstack;
H A Dcallstack.c171 callstack_fixup_interrupted(struct kp_kcallstack *cs) in callstack_fixup_interrupted()
192 kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_continuation_sample()
213 kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_backtrace_sample()
253 kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_kcallstack_sample()
435 kperf_kcallstack_log(struct kp_kcallstack *cs) in kperf_kcallstack_log()