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

/darwin-on-arm/xnu/osfmk/kperf/
H A Daction.c77 unsigned sample_what, boolean_t pend_user )
85 if( sample_what == 0 )
95 if( sample_what & SAMPLER_TINFO ) {
104 if( sample_what & SAMPLER_KSTACK )
111 if( sample_what & SAMPLER_USTACK )
114 if( sample_what & SAMPLER_TINFOEX )
119 if( sample_what & SAMPLER_USTACK )
122 if( sample_what & SAMPLER_TINFOEX )
134 BUF_DATA1( PERF_GEN_EVENT | DBG_FUNC_START, sample_what );
137 if( sample_what
75 kperf_sample_internal( struct kperf_sample *sbuf, struct kperf_context *context, unsigned sample_what, boolean_t pend_user ) argument
180 unsigned sample_what = 0; local
203 unsigned sample_what = 0; local
[all...]

Completed in 68 milliseconds