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

/xnu-2422.115.4/osfmk/kperf/
H A Dsample.h29 #include "threadinfo.h"
39 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>
75 kperf_threadinfo_sample(struct threadinfo *ti, struct kperf_context *context)
89 kperf_threadinfo_log(struct threadinfo *ti)
H A Daction.c47 #include <kperf/threadinfo.h>
109 kperf_threadinfo_sample( &sbuf->threadinfo, context );
113 if (sbuf->threadinfo.runmode & 0x40)
162 /* dump threadinfo */
164 kperf_threadinfo_log( &sbuf->threadinfo );
/xnu-2422.115.4/osfmk/conf/
H A DMakefile.template35 threadinfo.o \

Completed in 29 milliseconds