Home
last modified time | relevance | path

Searched refs:kperf_sample (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/osfmk/kperf/
H A Dlazy.c109 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kperf_lazy_wait_sample()
118 kperf_sample(sample, &ctx, kperf_lazy_wait_action, flags); in kperf_lazy_wait_sample()
156 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kperf_lazy_cpu_sample()
161 kperf_sample(sample, &ctx, kperf_lazy_cpu_action, in kperf_lazy_cpu_sample()
H A Daction.h36 struct kperf_sample;
88 kern_return_t kperf_sample(struct kperf_sample *sbuf,
H A Dpet.c99 struct kperf_sample *g_sample;
200 struct kperf_sample *sample = kperf_intr_sample_buffer(); in kppet_on_cpu()
210 kperf_sample(sample, &ctx, actionid, flags); in kppet_on_cpu()
260 kppet.g_sample = kalloc_type_tag(struct kperf_sample, in kppet_config()
285 kfree_type(struct kperf_sample, kppet.g_sample); in kppet_config()
359 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, sample_flags); in kppet_sample_thread()
444 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, in kppet_sample_task()
H A Dkperf.c52 static struct kperf_sample *__zpercpu intr_samplev;
68 struct kperf_sample *
106 intr_samplev = zalloc_percpu_permanent_type(struct kperf_sample); in kperf_setup()
H A Daction.c215 kperf_sample_internal(struct kperf_sample *sbuf, in kperf_sample_internal()
407 kperf_sample(struct kperf_sample *sbuf, in kperf_sample() function
437 struct kperf_sample *sample = NULL; in kperf_kdebug_handler()
462 kr = kperf_sample(sample, &ctx, kperf_kdebug_get_action(), sample_flags); in kperf_kdebug_handler()
H A Dsample.h55 struct kperf_sample { struct
H A Dkperf.h71 struct kperf_sample *kperf_intr_sample_buffer(void);
H A Dkptimer.c208 struct kperf_sample *intbuf = kperf_intr_sample_buffer(); in kptimer_sample_curcpu()
225 (void)kperf_sample(intbuf, &ctx, actionid, in kptimer_sample_curcpu()
/xnu-12377.1.9/osfmk/kern/
H A Dkpc_common.c559 struct kperf_sample sbuf; in kpc_sample_kperf()
576 int r = kperf_sample(&sbuf, &ctx, actionid, SAMPLE_FLAG_PEND_USER); in kpc_sample_kperf()