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

/darwin-on-arm/xnu/osfmk/kperf/
H A Daction.h30 struct kperf_sample;
41 extern kern_return_t kperf_sample( struct kperf_sample *sbuf,
56 extern struct kperf_sample* kperf_intr_sample_buffer(void);
H A Dsample.h34 struct kperf_sample struct
H A Dkperf.c45 static struct kperf_sample *intr_samplev = NULL;
53 struct kperf_sample*
H A Daction.c75 kperf_sample_internal( struct kperf_sample *sbuf,
176 kperf_sample( struct kperf_sample *sbuf, function
214 struct kperf_sample *sbuf = kalloc( sizeof(*sbuf) );
H A Dpet.c60 static struct kperf_sample pet_sample_buf;
78 kperf_sample( &pet_sample_buf, &ctx, pet_actionid, false );
H A Dtimetrigger.c84 struct kperf_sample *intbuf = NULL;
107 r = kperf_sample( intbuf, &ctx, trigger->actionid, TRUE );

Completed in 26 milliseconds