Home
last modified time | relevance | path

Searched refs:MAX_EXCALLSTACK_FRAMES (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kperf/
H A Dcallstack.h34 #define MAX_EXCALLSTACK_FRAMES (128) macro
H A Dcallstack.c475 uint64_t frames[MAX_EXCALLSTACK_FRAMES] = {}; in kperf_excallstack_log()
482 if (i >= MAX_EXCALLSTACK_FRAMES) { in kperf_excallstack_log()