Searched refs:threadinfo (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kperf/
H A Dsample.h31 #include "threadinfo.h"
36 struct threadinfo threadinfo; member in struct:kperf_sample
H A Dthreadinfo.h32 /* 'live' threadinfo */
33 struct threadinfo struct
49 extern void kperf_threadinfo_sample(struct threadinfo *ti, struct kperf_context *);
50 extern void kperf_threadinfo_log(struct threadinfo *ti);
H A Dthreadinfo.c42 #include <kperf/threadinfo.h>
73 kperf_threadinfo_sample(struct threadinfo *ti, struct kperf_context *context)
87 kperf_threadinfo_log(struct threadinfo *ti)
H A Daction.c47 #include <kperf/threadinfo.h>
96 kperf_threadinfo_sample( &sbuf->threadinfo, context );
100 if (sbuf->threadinfo.runmode & 0x40)
136 /* dump threadinfo */
138 kperf_threadinfo_log( &sbuf->threadinfo );

Completed in 25 milliseconds