Home
last modified time | relevance | path

Searched refs:ftrace_regs (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/arch/arm64/include/asm/
A Dftrace.h73 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 Dftrace.h37 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 Dftrace.h44 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 Dasm-offsets.c87 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 Dftrace.c29 .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 Dftrace.h48 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 Dftrace.h38 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 Dftrace.h41 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 Dkprobes.h389 struct ftrace_ops *ops, struct ftrace_regs *fregs);
/linux-6.3-rc2/kernel/trace/
A Dtrace_functions.c26 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 Dtrace_selftest.c110 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 Dfprobe.c23 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 Dtrace_stack.c293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
A Dtrace_event_perf.c430 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
/linux-6.3-rc2/samples/ftrace/
A Dftrace-ops.c102 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 Dftrace.c59 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 Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/riscv/kernel/probes/
A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dftrace_dyn.c238 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 Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/fs/pstore/
A Dftrace.c29 struct ftrace_regs *fregs) in pstore_ftrace_call()
/linux-6.3-rc2/kernel/livepatch/
A Dpatch.c43 struct ftrace_regs *fregs) in klp_ftrace_handler()
/linux-6.3-rc2/arch/s390/kernel/
A Dftrace.c312 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/x86/kernel/
A Dftrace.c661 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()

Completed in 34 milliseconds

12