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

/darwin-on-arm/xnu/osfmk/kperf/
H A Dcallstack.h32 #define MAX_CALLSTACK_FRAMES (128) macro
44 uint64_t frames[MAX_CALLSTACK_FRAMES];
H A Dcallstack.c73 nframes = MAX_CALLSTACK_FRAMES;
98 if( cs->nframes >= MAX_CALLSTACK_FRAMES )

Completed in 17 milliseconds