Lines Matching refs:fregs
128 unsigned int trace_ctx, struct ftrace_regs *fregs) in __graph_entry() argument
136 size = sizeof(*entry) + (FTRACE_REGS_MAX_ARGS * !!fregs * sizeof(long)); in __graph_entry()
146 if (fregs) { in __graph_entry()
148 entry->args[i] = ftrace_regs_get_argument(fregs, i); in __graph_entry()
169 struct ftrace_regs *fregs) in __trace_graph_retaddr_entry() argument
177 size = sizeof(*entry) + (FTRACE_REGS_MAX_ARGS * !!fregs * sizeof(long)); in __trace_graph_retaddr_entry()
188 if (fregs) { in __trace_graph_retaddr_entry()
190 entry->args[i] = ftrace_regs_get_argument(fregs, i); in __trace_graph_retaddr_entry()
203 struct ftrace_regs *fregs) in __trace_graph_retaddr_entry() argument
227 struct ftrace_regs *fregs) in graph_entry() argument
286 retaddr, fregs); in graph_entry()
288 ret = __graph_entry(tr, trace, trace_ctx, fregs); in graph_entry()
296 struct ftrace_regs *fregs) in trace_graph_entry() argument
303 struct ftrace_regs *fregs) in trace_graph_entry_args() argument
305 return graph_entry(trace, gops, fregs); in trace_graph_entry_args()
369 struct fgraph_ops *gops, struct ftrace_regs *fregs) in trace_graph_return() argument
401 struct ftrace_regs *fregs) in trace_graph_thresh_return() argument
425 trace_graph_return(trace, gops, fregs); in trace_graph_thresh_return()