Searched refs:MAX_KCALLSTACK_FRAMES (Results 1 – 3 of 3) sorted by relevance
32 #define MAX_KCALLSTACK_FRAMES (128) macro68 uintptr_t kpkc_word_frames[MAX_KCALLSTACK_FRAMES];69 uint64_t kpkc_frames[MAX_KCALLSTACK_FRAMES] __kernel_ptr_semantics;
237 sbuf->kcallstack.kpkc_nframes = MAX_KCALLSTACK_FRAMES; in kperf_sample_internal()686 kperf_action_set_kcallstack_depth(i + 1, MAX_KCALLSTACK_FRAMES); in kperf_action_reset()737 new_actionv[i].kcallstack_depth = MAX_KCALLSTACK_FRAMES; in kperf_action_set_count()774 if (depth > MAX_KCALLSTACK_FRAMES) { in kperf_action_set_kcallstack_depth()814 *depth_out = MAX_KCALLSTACK_FRAMES; in kperf_action_get_kcallstack_depth()
174 assert(cs->kpkc_nframes < MAX_KCALLSTACK_FRAMES); in callstack_fixup_interrupted()259 assert(cs->kpkc_nframes <= MAX_KCALLSTACK_FRAMES); in kperf_kcallstack_sample()