Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Duser_ta_header.h71 #define FTRACE_RETFUNC_DEPTH 50 macro
88 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
91 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/lib/libutils/ext/ftrace/
H A Dftrace.c100 if (fbuf->ret_idx < FTRACE_RETFUNC_DEPTH) { in ftrace_enter()
127 if (!fbuf || !fbuf->ret_idx || fbuf->ret_idx > FTRACE_RETFUNC_DEPTH) in ftrace_return()