Searched refs:PROF_BT_MAX (Results 1 – 5 of 5) sorted by relevance
25 #define PROF_BT_MAX 128 macro
197 void *vec[PROF_BT_MAX];
24 #define PROF_BT_MAX 128 macro238 void *vec[PROF_BT_MAX];
320 nframes = unw_backtrace(bt->vec, PROF_BT_MAX); in prof_backtrace()357 prof_unwind_data_t data = {bt, PROF_BT_MAX}; in prof_backtrace()368 if ((i) < PROF_BT_MAX) { \ in prof_backtrace()
327 nframes = unw_backtrace(bt->vec, PROF_BT_MAX); in prof_backtrace()363 prof_unwind_data_t data = {bt, PROF_BT_MAX}; in prof_backtrace()373 if ((i) < PROF_BT_MAX) { \ in prof_backtrace()