Searched refs:kperf_context (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.61.12/osfmk/kperf/ |
| H A D | callstack.h | 75 struct kperf_context; 77 void kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *); 79 void kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *); 80 void kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context); 82 void kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *); 83 int kperf_ucallstack_pend(struct kperf_context *, uint32_t depth, 90 bool kperf_exclave_callstack_pend(struct kperf_context *context, unsigned int actionid);
|
| H A D | thread_samplers.h | 43 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 D | action.h | 38 struct kperf_context; 89 struct kperf_context *ctx, 96 void kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *ctx,
|
| H A D | thread_samplers.c | 104 kperf_thread_info_sample(struct kperf_thread_info *ti, struct kperf_context *context) in kperf_thread_info_sample() 132 struct kperf_context *context) in kperf_thread_scheduling_sample() 224 struct kperf_context *context) in kperf_thread_snapshot_sample() 288 struct kperf_context *context) in kperf_thread_dispatch_sample() 375 kperf_thread_dispatch_pend(struct kperf_context *context, in kperf_thread_dispatch_pend() 403 kperf_thread_inscyc_log(struct kperf_context *context) in kperf_thread_inscyc_log()
|
| H A D | action.c | 140 struct kperf_context *context, unsigned int actionid, in kperf_sample_user_internal() 195 kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *context, in kperf_sample_user() 216 struct kperf_context *context, in kperf_sample_internal() 408 struct kperf_context *context, in kperf_sample() 449 struct kperf_context ctx = { in kperf_kdebug_handler() 473 struct kperf_context *context, unsigned int sample_what) in kperf_ast_sample_min_stack_phase() 487 struct kperf_context *context, uint32_t actionid, unsigned int sample_what, in kperf_ast_sample_max_stack_phase() 516 struct kperf_context ctx = { in kperf_thread_ast_handler()
|
| H A D | lazy.c | 101 struct kperf_context ctx = { in kperf_lazy_wait_sample() 148 struct kperf_context ctx = { in kperf_lazy_cpu_sample()
|
| H A D | context.h | 35 struct kperf_context { struct
|
| H A D | meminfo.h | 42 struct kperf_context;
|
| H A D | task_samplers.h | 58 void kperf_task_info_log(struct kperf_context *ctx);
|
| H A D | pet.c | 190 struct kperf_context ctx = { in kppet_on_cpu() 340 struct kperf_context ctx = { in kppet_sample_thread() 439 struct kperf_context ctx = { in kppet_sample_task()
|
| H A D | callstack.c | 193 kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_continuation_sample() 214 kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_backtrace_sample() 262 kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_kcallstack_sample() 328 kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *context) in kperf_ucallstack_sample() 494 kperf_exclave_callstack_pend(struct kperf_context *context, unsigned int actionid) in kperf_exclave_callstack_pend() 507 kperf_ucallstack_pend(struct kperf_context * context, uint32_t depth, in kperf_ucallstack_pend()
|
| H A D | task_samplers.c | 114 kperf_task_info_log(struct kperf_context *ctx) in kperf_task_info_log()
|
| H A D | kptimer.c | 217 struct kperf_context ctx = { in kptimer_sample_curcpu()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | kpc_common.c | 568 struct kperf_context ctx = { in kpc_sample_kperf()
|