Searched refs:T_KPERF_GET_CALLSTACK_DEPTH (Results 1 – 2 of 2) sorted by relevance
521 T_KPERF_GET_CALLSTACK_DEPTH(ast) ?: MAX_UCALLSTACK_FRAMES); in kperf_thread_ast_handler()556 uint32_t existing_depth = T_KPERF_GET_CALLSTACK_DEPTH(ast); in kperf_ast_set_callstack_depth()
743 #define T_KPERF_GET_CALLSTACK_DEPTH(FLAGS) ((FLAGS) >> T_KPERF_CALLSTACK_DEPTH_OFFSET) macro