| /linux-6.15/mm/kasan/ |
| H A D | sw_tags.c | 75 unsigned long ret_ip) in kasan_check_range() argument 85 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 111 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 116 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 173 unsigned long ret_ip) in kasan_tag_mismatch() argument 176 ret_ip); in kasan_tag_mismatch()
|
| H A D | generic.c | 166 unsigned long ret_ip) in check_region_inline() argument 175 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 178 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 183 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 187 unsigned long ret_ip) in kasan_check_range() argument 189 return check_region_inline(addr, size, write, ret_ip); in kasan_check_range()
|
| H A D | kasan.h | 347 unsigned long ret_ip); 659 unsigned long ret_ip);
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | trace.h | 317 __entry->ret_ip = ret_ip; 348 __entry->ret_ip = ret_ip; 375 __entry->ret_ip = ret_ip; 408 __entry->ret_ip = ret_ip; 445 __entry->ret_ip = ret_ip; 527 __entry->ret_ip = ret_ip; 548 __entry->ret_ip = ret_ip; 582 __entry->ret_ip = ret_ip; 625 __entry->ret_ip = ret_ip; 664 __entry->ret_ip = ret_ip; [all …]
|
| H A D | btree.c | 32 void *ret_ip) in __xchk_btree_process_error() argument 52 *error, ret_ip); in __xchk_btree_process_error() 55 *error, ret_ip); in __xchk_btree_process_error() 90 void *ret_ip) in __xchk_btree_set_corrupt() argument 96 ret_ip); in __xchk_btree_set_corrupt() 99 ret_ip); in __xchk_btree_set_corrupt()
|
| H A D | common.c | 83 void *ret_ip) in __xchk_process_error() argument 101 trace_xchk_op_error(sc, agno, bno, *error, ret_ip); in __xchk_process_error() 111 trace_xchk_op_error(sc, agno, bno, *error, ret_ip); in __xchk_process_error() 158 void *ret_ip) in __xchk_fblock_process_error() argument 175 ret_ip); in __xchk_fblock_process_error() 186 ret_ip); in __xchk_fblock_process_error()
|
| /linux-6.15/samples/fprobe/ |
| H A D | fprobe_example.c | 52 unsigned long ret_ip, in sample_entry_handler() argument 70 unsigned long ret_ip, struct ftrace_regs *regs, in sample_exit_handler() argument 73 unsigned long rip = ret_ip; in sample_exit_handler()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_fprobe.c | 250 unsigned long ret_ip, struct ftrace_regs *fregs, in trace_fprobe_entry_handler() argument 264 unsigned long ret_ip, struct ftrace_regs *fregs, in NOKPROBE_SYMBOL() 288 entry->ret_ip = ret_ip; in NOKPROBE_SYMBOL() 296 unsigned long ret_ip, struct ftrace_regs *fregs, void *entry_data) in fexit_trace_func() argument 343 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_perf_func() argument 369 entry->ret_ip = ret_ip; in fexit_perf_func() 378 unsigned long ret_ip, struct ftrace_regs *fregs, in fentry_dispatcher() argument 396 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_dispatcher() argument 402 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher() 405 fexit_perf_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher() [all …]
|
| H A D | fprobe.c | 255 unsigned long ret_ip; in fprobe_entry() local 300 ret_ip = ftrace_regs_get_return_address(fregs); in fprobe_entry() 319 ret = __fprobe_kprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_entry() 321 ret = __fprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_entry() 344 unsigned long ret_ip; in fprobe_return() local 353 ret_ip = ftrace_regs_get_instruction_pointer(fregs); in fprobe_return() 366 fp->exit_handler(fp, trace->func, ret_ip, fregs, in fprobe_return()
|
| H A D | trace_kprobe.c | 1536 entry->ret_ip = get_kretprobe_retaddr(ri); in __kretprobe_trace_func() 1600 if (!seq_print_ip_sym(s, field->ret_ip, flags | TRACE_ITER_SYM_OFFSET)) in print_kretprobe_event() 1647 DEFINE_FIELD(unsigned long, ret_ip, FIELD_STRING_RETIP, 0); in kretprobe_event_define_fields() 1731 entry->ret_ip = get_kretprobe_retaddr(ri); in kretprobe_perf_func()
|
| H A D | trace.h | 162 unsigned long ret_ip; member 173 unsigned long ret_ip; member
|
| H A D | bpf_trace.c | 2833 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_handler() argument 2847 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_exit_handler() argument
|
| /linux-6.15/include/linux/ |
| H A D | fprobe.h | 14 unsigned long ret_ip, struct ftrace_regs *regs, 18 unsigned long ret_ip, struct ftrace_regs *regs,
|
| /linux-6.15/lib/tests/ |
| H A D | test_fprobe.c | 35 unsigned long ret_ip, in fp_entry_handler() argument 54 unsigned long ret_ip, in fp_exit_handler() argument
|
| /linux-6.15/Documentation/trace/ |
| H A D | fprobe.rst | 95 …int entry_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct ftrace_… 97 …void exit_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct ftrace_… 114 @ret_ip
|