/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | ftrace.h | 73 struct ftrace_regs { struct 86 ftrace_regs_get_instruction_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer() argument 92 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer() 99 ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer() 105 ftrace_regs_get_argument(struct ftrace_regs *fregs, unsigned int n) in ftrace_regs_get_argument() 113 ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value() 119 ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value() 126 ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return() 137 struct ftrace_ops *op, struct ftrace_regs *fregs);
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ftrace.h | 37 struct ftrace_regs { struct 41 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() argument 48 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer() 55 ftrace_regs_get_instruction_pointer(struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer() 77 struct ftrace_ops *op, struct ftrace_regs *fregs);
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | ftrace.h | 44 struct ftrace_regs { struct 48 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() argument 58 ftrace_regs_get_instruction_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer() 64 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer() 91 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | asm-offsets.c | 87 DEFINE(FREGS_X0, offsetof(struct ftrace_regs, regs[0])); in main() 88 DEFINE(FREGS_X2, offsetof(struct ftrace_regs, regs[2])); in main() 89 DEFINE(FREGS_X4, offsetof(struct ftrace_regs, regs[4])); in main() 90 DEFINE(FREGS_X6, offsetof(struct ftrace_regs, regs[6])); in main() 91 DEFINE(FREGS_X8, offsetof(struct ftrace_regs, regs[8])); in main() 92 DEFINE(FREGS_FP, offsetof(struct ftrace_regs, fp)); in main() 93 DEFINE(FREGS_LR, offsetof(struct ftrace_regs, lr)); in main() 94 DEFINE(FREGS_SP, offsetof(struct ftrace_regs, sp)); in main() 95 DEFINE(FREGS_PC, offsetof(struct ftrace_regs, pc)); in main() 96 DEFINE(FREGS_SIZE, sizeof(struct ftrace_regs)); in main()
|
A D | ftrace.c | 29 .offset = offsetof(struct ftrace_regs, field), \ 458 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | ftrace.h | 48 struct ftrace_regs { struct 52 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() argument 59 struct ftrace_ops *op, struct ftrace_regs *fregs);
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | ftrace.h | 38 struct ftrace_regs { struct 43 arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() argument 73 struct ftrace_ops *op, struct ftrace_regs *fregs);
|
/linux-6.3-rc2/include/linux/ |
A D | ftrace.h | 41 struct ftrace_regs; 59 struct ftrace_ops *op, struct ftrace_regs *fregs); 112 struct ftrace_regs { struct 125 static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) in ftrace_get_regs() 137 static __always_inline bool ftrace_regs_has_args(struct ftrace_regs *fregs) in ftrace_regs_has_args() 163 struct ftrace_ops *op, struct ftrace_regs *fregs); 372 struct ftrace_ops *op, struct ftrace_regs *fregs); 475 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, in arch_ftrace_set_direct_caller()
|
A D | kprobes.h | 389 struct ftrace_ops *ops, struct ftrace_regs *fregs);
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_functions.c | 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); 36 struct ftrace_regs *fregs); 173 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call() 218 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call() 282 struct ftrace_regs *fregs) in function_no_repeats_trace_call() 328 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call()
|
A D | trace_selftest.c | 110 struct ftrace_regs *fregs) in trace_selftest_test_probe1_func() 119 struct ftrace_regs *fregs) in trace_selftest_test_probe2_func() 128 struct ftrace_regs *fregs) in trace_selftest_test_probe3_func() 137 struct ftrace_regs *fregs) in trace_selftest_test_global_func() 146 struct ftrace_regs *fregs) in trace_selftest_test_dyn_func() 451 struct ftrace_regs *fregs) in trace_selftest_test_recursion_func() 466 struct ftrace_regs *fregs) in trace_selftest_test_recursion_safe_func() 585 struct ftrace_regs *fregs) in trace_selftest_test_regs_func()
|
A D | fprobe.c | 23 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_handler() 60 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_kprobe_handler()
|
A D | trace_stack.c | 293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
|
A D | trace_event_perf.c | 430 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
|
/linux-6.3-rc2/samples/ftrace/ |
A D | ftrace-ops.c | 102 struct ftrace_regs *fregs) in ops_func_nop() 109 struct ftrace_regs *fregs) in ops_func_count()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | ftrace.c | 59 struct ftrace_regs *fregs) in ftrace_function_trampoline() 202 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | kprobes-ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/x86/kernel/kprobes/ |
A D | ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/riscv/kernel/probes/ |
A D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | ftrace_dyn.c | 238 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func() 279 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/csky/kernel/probes/ |
A D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/fs/pstore/ |
A D | ftrace.c | 29 struct ftrace_regs *fregs) in pstore_ftrace_call()
|
/linux-6.3-rc2/kernel/livepatch/ |
A D | patch.c | 43 struct ftrace_regs *fregs) in klp_ftrace_handler()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | ftrace.c | 312 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | ftrace.c | 661 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
|