/linux/mm/kasan/ |
H A D | sw_tags.c | 75 unsigned long ret_ip) in kasan_check_range() 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() 176 ret_ip); in kasan_tag_mismatch() 74 kasan_check_range(const void * addr,size_t size,bool write,unsigned long ret_ip) kasan_check_range() argument 172 kasan_tag_mismatch(void * addr,unsigned long access_info,unsigned long ret_ip) kasan_tag_mismatch() argument
|
/linux/fs/xfs/scrub/ |
H A D | trace.h | 301 xfs_agblock_t bno, int error, void *ret_ip), 302 TP_ARGS(sc, agno, bno, error, ret_ip), 309 __field(void *, ret_ip) 317 __entry->ret_ip = ret_ip; 325 __entry->ret_ip) 330 xfs_fileoff_t offset, int error, void *ret_ip), 331 TP_ARGS(sc, whichfork, offset, error, ret_ip), 339 __field(void *, ret_ip) 348 __entry->ret_ip = ret_ip; 357 __entry->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/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/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 301 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func() 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() [all …]
|
H A D | fprobe.c | 252 unsigned long ret_ip; in fprobe_entry() local 297 ret_ip = ftrace_regs_get_return_address(fregs); in fprobe_entry() 316 ret = __fprobe_kprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_entry() 318 ret = __fprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_entry() 341 unsigned long ret_ip; in fprobe_return() local 350 ret_ip = ftrace_regs_get_instruction_pointer(fregs); in fprobe_return() 363 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 | 161 unsigned long ret_ip; member 172 unsigned long ret_ip; member
|
H A D | bpf_trace.c | 2841 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_handler() argument 2855 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_exit_handler() argument
|
/linux/lib/ |
H A D | test_fprobe.c | 35 unsigned long ret_ip, 54 unsigned long ret_ip, in fp_entry_handler() 42 fp_entry_handler(struct fprobe * fp,unsigned long ip,unsigned long ret_ip,struct pt_regs * regs,void * data) fp_entry_handler() argument 61 fp_exit_handler(struct fprobe * fp,unsigned long ip,unsigned long ret_ip,struct pt_regs * regs,void * data) fp_exit_handler() argument 83 nest_entry_handler(struct fprobe * fp,unsigned long ip,unsigned long ret_ip,struct pt_regs * regs,void * data) nest_entry_handler() argument 91 nest_exit_handler(struct fprobe * fp,unsigned long ip,unsigned long ret_ip,struct pt_regs * regs,void * data) nest_exit_handler() argument
|