Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H 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 */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H 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 */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H 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 */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H 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 */
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dfgraph.c78 if (current->curr_ret_stack == FTRACE_RETFUNC_DEPTH - 1) { in ftrace_push_return_trace()
154 if (unlikely(index < 0 || index >= FTRACE_RETFUNC_DEPTH)) { in ftrace_pop_return_trace()
379 kmalloc_array(FTRACE_RETFUNC_DEPTH, in alloc_retstack_tasklist()
520 kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_idle_task()
542 ret_stack = kmalloc_array(FTRACE_RETFUNC_DEPTH, in ftrace_graph_init_task()
H A Dtrace_functions_graph.c27 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];
656 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()
694 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()
929 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h930 #define FTRACE_RETFUNC_DEPTH 50 macro