Searched refs:kperf_context (Results 1 – 14 of 14) sorted by relevance
| /xnu-8020.121.3/osfmk/kperf/ |
| H A D | callstack.h | 73 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 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; 85 struct kperf_context *ctx, 92 void kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *ctx,
|
| H A D | thread_samplers.c | 107 kperf_thread_info_sample(struct kperf_thread_info *ti, struct kperf_context *context) in kperf_thread_info_sample() 135 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 D | action.c | 135 struct kperf_context *context, unsigned int actionid, in kperf_sample_user_internal() 190 kperf_sample_user(struct kperf_usample *sbuf, struct kperf_context *context, in kperf_sample_user() 211 struct kperf_context *context, in kperf_sample_internal() 388 struct kperf_context *context, in kperf_sample() 429 struct kperf_context ctx = { in kperf_kdebug_handler() 457 struct kperf_context *context, unsigned int sample_what) in kperf_ast_sample_min_stack_phase() 471 struct kperf_context *context, uint32_t actionid, unsigned int sample_what, in kperf_ast_sample_max_stack_phase() 500 struct kperf_context ctx = { in kperf_thread_ast_handler()
|
| H A D | lazy.c | 106 struct kperf_context ctx = { in kperf_lazy_wait_sample() 152 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 | 55 void kperf_task_info_log(struct kperf_context *ctx);
|
| H A D | pet.c | 159 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 D | task_samplers.c | 102 kperf_task_info_log(struct kperf_context *ctx) in kperf_task_info_log()
|
| H A D | callstack.c | 212 kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_continuation_sample() 233 kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_backtrace_sample() 273 kperf_kcallstack_sample(struct kp_kcallstack *cs, struct kperf_context *context) in kperf_kcallstack_sample() 332 kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *context) in kperf_ucallstack_sample() 470 kperf_ucallstack_pend(struct kperf_context * context, uint32_t depth, in kperf_ucallstack_pend()
|
| H A D | kptimer.c | 222 struct kperf_context ctx = { in kptimer_sample_curcpu()
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | kpc_common.c | 558 struct kperf_context ctx = { in kpc_sample_kperf()
|