/linux-6.12.1/mm/kasan/ |
D | sw_tags.c | 74 unsigned long ret_ip) in kasan_check_range() argument 84 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 110 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 115 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 172 unsigned long ret_ip) in kasan_tag_mismatch() argument 175 ret_ip); in kasan_tag_mismatch()
|
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()
|
D | kasan.h | 347 unsigned long ret_ip); 659 unsigned long ret_ip);
|
/linux-6.12.1/fs/xfs/scrub/ |
D | trace.h | 289 xfs_agblock_t bno, int error, void *ret_ip), 290 TP_ARGS(sc, agno, bno, error, ret_ip), 297 __field(void *, ret_ip) 305 __entry->ret_ip = ret_ip; 313 __entry->ret_ip) 318 xfs_fileoff_t offset, int error, void *ret_ip), 319 TP_ARGS(sc, whichfork, offset, error, ret_ip), 327 __field(void *, ret_ip) 336 __entry->ret_ip = ret_ip; 345 __entry->ret_ip) [all …]
|
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()
|
D | common.c | 78 void *ret_ip) in __xchk_process_error() argument 96 trace_xchk_op_error(sc, agno, bno, *error, ret_ip); in __xchk_process_error() 106 trace_xchk_op_error(sc, agno, bno, *error, ret_ip); in __xchk_process_error() 142 void *ret_ip) in __xchk_fblock_process_error() argument 159 ret_ip); in __xchk_fblock_process_error() 170 ret_ip); in __xchk_fblock_process_error()
|
/linux-6.12.1/samples/fprobe/ |
D | fprobe_example.c | 52 unsigned long ret_ip, in sample_entry_handler() argument 70 unsigned long ret_ip, struct pt_regs *regs, in sample_exit_handler() argument 73 unsigned long rip = ret_ip; in sample_exit_handler()
|
/linux-6.12.1/kernel/trace/ |
D | trace_fprobe.c | 220 unsigned long ret_ip, struct pt_regs *regs, in trace_fprobe_entry_handler() argument 234 unsigned long ret_ip, struct pt_regs *regs, in NOKPROBE_SYMBOL() 258 entry->ret_ip = ret_ip; in NOKPROBE_SYMBOL() 266 unsigned long ret_ip, struct pt_regs *regs, void *entry_data) in fexit_trace_func() argument 271 __fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data, link->file); in fexit_trace_func() 310 unsigned long ret_ip, struct pt_regs *regs, in fexit_perf_func() argument 333 entry->ret_ip = ret_ip; in fexit_perf_func() 342 unsigned long ret_ip, struct pt_regs *regs, in fentry_dispatcher() argument 359 unsigned long ret_ip, struct pt_regs *regs, in fexit_dispatcher() argument 365 fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data); in fexit_dispatcher() [all …]
|
D | fprobe.c | 123 unsigned long ret_ip, struct pt_regs *regs) in fprobe_exit_handler() argument 144 fp->exit_handler(fp, fpr->entry_ip, ret_ip, regs, in fprobe_exit_handler()
|
D | trace_kprobe.c | 1537 entry->ret_ip = get_kretprobe_retaddr(ri); in __kretprobe_trace_func() 1601 if (!seq_print_ip_sym(s, field->ret_ip, flags | TRACE_ITER_SYM_OFFSET)) in print_kretprobe_event() 1648 DEFINE_FIELD(unsigned long, ret_ip, FIELD_STRING_RETIP, 0); in kretprobe_event_define_fields() 1732 entry->ret_ip = get_kretprobe_retaddr(ri); in kretprobe_perf_func()
|
D | trace.h | 160 unsigned long ret_ip; member 171 unsigned long ret_ip; member
|
D | bpf_trace.c | 2770 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_handler() argument 2783 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_exit_handler() argument
|
/linux-6.12.1/lib/ |
D | test_fprobe.c | 42 unsigned long ret_ip, in fp_entry_handler() argument 61 unsigned long ret_ip, in fp_exit_handler() argument 83 unsigned long ret_ip, in nest_entry_handler() argument 91 unsigned long ret_ip, in nest_exit_handler() argument
|
/linux-6.12.1/include/linux/ |
D | fprobe.h | 13 unsigned long ret_ip, struct pt_regs *regs, 17 unsigned long ret_ip, struct pt_regs *regs,
|
/linux-6.12.1/Documentation/trace/ |
D | fprobe.rst | 94 …int entry_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs… 96 …void exit_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs… 111 @ret_ip
|