Home
last modified time | relevance | path

Searched refs:kperf_context (Results 1 – 14 of 14) sorted by relevance

/xnu-10002.41.9/osfmk/kperf/
H A Dcallstack.h73 struct kperf_context;
75 void kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *);
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);
80 void kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *);
81 int kperf_ucallstack_pend(struct kperf_context *, uint32_t depth,
H A Dthread_samplers.h43 struct kperf_context *);
67 struct kperf_context *);
79 struct kperf_context *);
89 struct kperf_context *);
90 int kperf_thread_dispatch_pend(struct kperf_context *, unsigned int actionid);
93 void kperf_thread_inscyc_log(struct kperf_context *);
H A Daction.h38 struct kperf_context;
87 struct kperf_context *ctx,
94 void kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *ctx,
H A Dthread_samplers.c106 kperf_thread_info_sample(struct kperf_thread_info *ti, struct kperf_context *context) in kperf_thread_info_sample()
134 struct kperf_context *context) in kperf_thread_scheduling_sample()
225 struct kperf_context *context) in kperf_thread_snapshot_sample()
284 struct kperf_context *context) in kperf_thread_dispatch_sample()
371 kperf_thread_dispatch_pend(struct kperf_context *context, in kperf_thread_dispatch_pend()
399 kperf_thread_inscyc_log(struct kperf_context *context) in kperf_thread_inscyc_log()
H A Daction.c136 struct kperf_context *context, unsigned int actionid, in kperf_sample_user_internal()
191 kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *context, in kperf_sample_user()
212 struct kperf_context *context, in kperf_sample_internal()
389 struct kperf_context *context, in kperf_sample()
430 struct kperf_context ctx = { in kperf_kdebug_handler()
458 struct kperf_context *context, unsigned int sample_what) in kperf_ast_sample_min_stack_phase()
472 struct kperf_context *context, uint32_t actionid, unsigned int sample_what, in kperf_ast_sample_max_stack_phase()
501 struct kperf_context ctx = { in kperf_thread_ast_handler()
H A Dlazy.c101 struct kperf_context ctx = { in kperf_lazy_wait_sample()
148 struct kperf_context ctx = { in kperf_lazy_cpu_sample()
H A Dcontext.h35 struct kperf_context { struct
H A Dmeminfo.h42 struct kperf_context;
H A Dtask_samplers.h55 void kperf_task_info_log(struct kperf_context *ctx);
H A Dpet.c159 struct kperf_context ctx = { in kppet_on_cpu()
309 struct kperf_context ctx = { in kppet_sample_thread()
408 struct kperf_context ctx = { in kppet_sample_task()
H A Dtask_samplers.c103 kperf_task_info_log(struct kperf_context *ctx) in kperf_task_info_log()
H A Dcallstack.c192 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()
312 kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *context) in kperf_ucallstack_sample()
450 kperf_ucallstack_pend(struct kperf_context * context, uint32_t depth, in kperf_ucallstack_pend()
H A Dkptimer.c217 struct kperf_context ctx = { in kptimer_sample_curcpu()
/xnu-10002.41.9/osfmk/kern/
H A Dkpc_common.c558 struct kperf_context ctx = { in kpc_sample_kperf()