/linux-6.6.21/fs/xfs/scrub/ |
D | trace.h | 186 xfs_agblock_t bno, int error, void *ret_ip), 187 TP_ARGS(sc, agno, bno, error, ret_ip), 194 __field(void *, ret_ip) 202 __entry->ret_ip = ret_ip; 210 __entry->ret_ip) 215 xfs_fileoff_t offset, int error, void *ret_ip), 216 TP_ARGS(sc, whichfork, offset, error, ret_ip), 224 __field(void *, ret_ip) 233 __entry->ret_ip = ret_ip; 242 __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 | 72 void *ret_ip) in __xchk_process_error() argument 92 ret_ip); in __xchk_process_error() 128 void *ret_ip) in __xchk_fblock_process_error() argument 146 ret_ip); in __xchk_fblock_process_error()
|
/linux-6.6.21/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 | 164 unsigned long ret_ip) in check_region_inline() argument 173 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 176 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 181 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 185 unsigned long ret_ip) in kasan_check_range() argument 187 return check_region_inline(addr, size, write, ret_ip); in kasan_check_range()
|
D | kasan.h | 319 unsigned long ret_ip); 642 unsigned long ret_ip);
|
/linux-6.6.21/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.6.21/kernel/trace/ |
D | trace_fprobe.c | 216 unsigned long ret_ip, struct pt_regs *regs, in __fexit_trace_func() argument 240 entry->ret_ip = ret_ip; in __fexit_trace_func() 248 unsigned long ret_ip, struct pt_regs *regs) in fexit_trace_func() argument 253 __fexit_trace_func(tf, entry_ip, ret_ip, regs, link->file); in fexit_trace_func() 292 unsigned long ret_ip, struct pt_regs *regs) in fexit_perf_func() argument 314 entry->ret_ip = ret_ip; in fexit_perf_func() 323 unsigned long ret_ip, struct pt_regs *regs, in fentry_dispatcher() argument 340 unsigned long ret_ip, struct pt_regs *regs, in fexit_dispatcher() argument 346 fexit_trace_func(tf, entry_ip, ret_ip, regs); in fexit_dispatcher() 349 fexit_perf_func(tf, entry_ip, ret_ip, regs); 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 | 1406 entry->ret_ip = get_kretprobe_retaddr(ri); in __kretprobe_trace_func() 1470 if (!seq_print_ip_sym(s, field->ret_ip, flags | TRACE_ITER_SYM_OFFSET)) in print_kretprobe_event() 1517 DEFINE_FIELD(unsigned long, ret_ip, FIELD_STRING_RETIP, 0); in kretprobe_event_define_fields() 1601 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 | 2735 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_handler() argument 2747 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_exit_handler() argument
|
/linux-6.6.21/include/linux/ |
D | fprobe.h | 38 unsigned long ret_ip, struct pt_regs *regs, 41 unsigned long ret_ip, struct pt_regs *regs,
|
/linux-6.6.21/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.6.21/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
|