Lines Matching refs:fregs

26 		    struct ftrace_ops *op, struct ftrace_regs *fregs);
29 struct ftrace_ops *op, struct ftrace_regs *fregs);
32 struct ftrace_ops *op, struct ftrace_regs *fregs);
35 struct ftrace_ops *op, struct ftrace_regs *fregs);
39 struct ftrace_regs *fregs);
188 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() argument
194 if (unlikely(parent_ip == (unsigned long)&return_to_handler) && fregs) in function_get_true_parent_ip()
196 (unsigned long *)ftrace_regs_get_stack_pointer(fregs)); in function_get_true_parent_ip()
201 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() argument
209 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call() argument
223 parent_ip = function_get_true_parent_ip(parent_ip, fregs); in function_trace_call()
236 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_args_trace_call() argument
256 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in function_args_trace_call()
281 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call() argument
299 parent_ip = function_get_true_parent_ip(parent_ip, fregs); in function_stack_trace_call()
351 struct ftrace_regs *fregs) in function_no_repeats_trace_call() argument
366 parent_ip = function_get_true_parent_ip(parent_ip, fregs); in function_no_repeats_trace_call()
394 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call() argument
412 parent_ip = function_get_true_parent_ip(parent_ip, fregs); in function_stack_no_repeats_trace_call()