Lines Matching refs:trace
125 struct ftrace_graph_ent trace; in function_graph_enter() local
138 trace.func = func; in function_graph_enter()
139 trace.depth = ++current->curr_ret_depth; in function_graph_enter()
145 if (!ftrace_graph_entry(&trace)) in function_graph_enter()
158 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, in ftrace_pop_return_trace() argument
202 trace->func = current->ret_stack[index].func; in ftrace_pop_return_trace()
203 trace->calltime = current->ret_stack[index].calltime; in ftrace_pop_return_trace()
204 trace->overrun = atomic_read(¤t->trace_overrun); in ftrace_pop_return_trace()
205 trace->depth = current->curr_ret_depth--; in ftrace_pop_return_trace()
245 struct ftrace_graph_ret trace; in ftrace_return_to_handler() local
248 ftrace_pop_return_trace(&trace, &ret, frame_pointer); in ftrace_return_to_handler()
249 trace.rettime = trace_clock_local(); in ftrace_return_to_handler()
250 ftrace_graph_return(&trace); in ftrace_return_to_handler()
363 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub() argument
459 static int ftrace_graph_entry_test(struct ftrace_graph_ent *trace) in ftrace_graph_entry_test() argument
461 if (!ftrace_ops_test(&global_ops, trace->func, NULL)) in ftrace_graph_entry_test()
463 return __ftrace_graph_entry(trace); in ftrace_graph_entry_test()