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

/xnu-2782.1.97/bsd/kern/
H A Dkern_pcsamples.c41 unsigned int * pc_bufptr = 0; variable
144 if (pc_bufptr > pc_buffer)
146 if ( (*(pc_bufptr-1)) == pc )
151 *pc_bufptr = pc;
152 pc_bufptr++;
157 if ((pc_bufptr + pc_trace_cnt) >= pc_buflast)
180 pc_bufptr = pc_buffer;
181 pc_buflast = &pc_bufptr[npcbufs];
214 pc_bufptr = NULL;
339 /* pc_bufptr
[all...]

Completed in 43 milliseconds