Searched refs:kperf_sample (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Daction.h30 struct kperf_sample;
49 extern kern_return_t kperf_sample( struct kperf_sample *sbuf,
65 extern struct kperf_sample* kperf_intr_sample_buffer(void);
H A Dsample.h37 struct kperf_sample struct
H A Daction.c81 kperf_sample_internal( struct kperf_sample *sbuf,
207 kperf_sample( struct kperf_sample *sbuf, function
247 struct kperf_sample sbuf;
248 bzero(&sbuf, sizeof(struct kperf_sample));
366 struct kperf_sample *intbuf = NULL;
381 kperf_sample( intbuf, &ctx, kdebug_callstack_action, SAMPLE_FLAG_PEND_USER );
H A Dkperf.c49 static struct kperf_sample *intr_samplev = NULL;
68 struct kperf_sample*
H A Dpet.c59 static struct kperf_sample pet_sample_buf;
82 kperf_sample( &pet_sample_buf, &ctx, pet_actionid,
H A Dtimetrigger.c103 struct kperf_sample *intbuf = NULL;
140 r = kperf_sample( intbuf, &ctx, trigger->actionid, SAMPLE_FLAG_PEND_USER );
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dkpc_common.c234 struct kperf_sample sbuf;
251 r = kperf_sample(&sbuf, &ctx, actionid, SAMPLE_FLAG_PEND_USER);

Completed in 188 milliseconds