Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/
A Duser_ta_header.h45 #define FTRACE_RETFUNC_DEPTH 50 macro
62 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
65 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/out/arm/export-ta_arm64/host_include/
A Duser_ta_header.h45 #define FTRACE_RETFUNC_DEPTH 50 macro
62 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
65 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/out/arm/export-ta_arm64/include/
A Duser_ta_header.h45 #define FTRACE_RETFUNC_DEPTH 50 macro
62 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
65 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/lib/libutee/include/
A Duser_ta_header.h45 #define FTRACE_RETFUNC_DEPTH 50 macro
62 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
65 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/out/arm/export-ta_arm32/include/
A Duser_ta_header.h45 #define FTRACE_RETFUNC_DEPTH 50 macro
62 uint64_t ret_stack[FTRACE_RETFUNC_DEPTH]; /* Return stack */
65 uint64_t begin_time[FTRACE_RETFUNC_DEPTH]; /* Timestamp */
/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c166 if (fbuf->ret_idx < FTRACE_RETFUNC_DEPTH) { in ftrace_enter()
251 if (fbuf && fbuf->ret_idx && fbuf->ret_idx <= FTRACE_RETFUNC_DEPTH) in ftrace_return()

Completed in 7 milliseconds