Searched refs:ret_stack (Results 1 - 10 of 10) sorted by relevance

/linux-master/kernel/trace/
H A Dfgraph.c78 if (!current->ret_stack)
82 * We must make sure the ret_stack is tested before we read
97 current->ret_stack[index].ret = ret;
98 current->ret_stack[index].func = func;
99 current->ret_stack[index].calltime = calltime;
101 current->ret_stack[index].fp = frame_pointer;
104 current->ret_stack[index].retp = retp;
189 if (unlikely(current->ret_stack[index].fp != frame_pointer)) {
193 current->ret_stack[index].fp,
195 (void *)current->ret_stack[inde
527 graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack) argument
552 struct ftrace_ret_stack *ret_stack; local
577 struct ftrace_ret_stack *ret_stack; local
590 struct ftrace_ret_stack *ret_stack = t->ret_stack; local
[all...]
H A Dftrace.c822 struct ftrace_ret_stack *ret_stack; local
826 /* If function graph is shutting down, ret_stack can be NULL */
827 if (!current->ret_stack)
830 ret_stack = ftrace_graph_get_ret_stack(current, 0);
831 if (ret_stack)
832 ret_stack->subtime = 0;
839 struct ftrace_ret_stack *ret_stack; local
859 ret_stack = ftrace_graph_get_ret_stack(current, 1);
860 if (ret_stack)
861 ret_stack
[all...]
/linux-master/arch/sparc/kernel/
H A Dstacktrace.c61 struct ftrace_ret_stack *ret_stack; local
62 ret_stack = ftrace_graph_get_ret_stack(t,
64 if (ret_stack) {
65 pc = ret_stack->ret;
H A Dperf_event.c1774 struct ftrace_ret_stack *ret_stack; local
1775 ret_stack = ftrace_graph_get_ret_stack(current,
1777 if (ret_stack) {
1778 pc = ret_stack->ret;
H A Dtraps_64.c2498 struct ftrace_ret_stack *ret_stack; local
2499 ret_stack = ftrace_graph_get_ret_stack(tsk, graph);
2500 if (ret_stack) {
2501 pc = ret_stack->ret;
/linux-master/arch/sh/kernel/
H A Ddumpstack.c60 struct ftrace_ret_stack *ret_stack; local
66 if (!task->ret_stack)
69 ret_stack = ftrace_graph_get_ret_stack(task, *graph);
70 if (!ret_stack)
73 ret_addr = ret_stack->ret;
H A Ddwarf.c608 struct ftrace_ret_stack *ret_stack; local
610 ret_stack = ftrace_graph_get_ret_stack(current, 0);
611 if (ret_stack)
612 pc = ret_stack->ret;
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c106 if (state->task->ret_stack &&
/linux-master/init/
H A Dinit_task.c194 .ret_stack = NULL,
/linux-master/include/linux/
H A Dsched.h1394 /* Index of current stored address in ret_stack: */
1399 struct ftrace_ret_stack *ret_stack; member in struct:task_struct

Completed in 187 milliseconds