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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_pcsamples.c41 unsigned int * pc_bufptr = 0; variable
148 if (pc_bufptr > pc_buffer)
150 if ( (*(pc_bufptr-1)) == pc )
155 *pc_bufptr = pc;
156 pc_bufptr++;
161 if ((pc_bufptr + pc_trace_cnt) >= pc_buflast)
184 pc_bufptr = pc_buffer;
185 pc_buflast = &pc_bufptr[npcbufs];
218 pc_bufptr = NULL;
343 /* pc_bufptr
[all...]

Completed in 25 milliseconds