Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.c370 scrub_word(uintptr_t *bt, int n_frames, int frame, bool kern) in scrub_word() argument
372 if (frame < n_frames) { in scrub_word()
384 scrub_frame(uint64_t *bt, int n_frames, int frame) in scrub_frame() argument
386 if (frame < n_frames) { in scrub_frame()