| /linux/mm/kasan/ |
| H A D | sw_tags.c | 76 unsigned long ret_ip) in kasan_check_range() argument 86 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 112 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 117 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 174 unsigned long ret_ip) in kasan_tag_mismatch() argument 177 ret_ip); in kasan_tag_mismatch()
|
| H A D | generic.c | 177 unsigned long ret_ip) in check_region_inline() argument 186 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 189 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 194 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 198 unsigned long ret_ip) in kasan_check_range() argument 200 return check_region_inline(addr, size, write, ret_ip); in kasan_check_range()
|
| H A D | kasan.h | 347 unsigned long ret_ip); 667 unsigned long ret_ip);
|
| /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/lib/tests/ |
| H A D | test_fprobe.c | 36 unsigned long ret_ip, in fp_entry_handler() argument 55 unsigned long ret_ip, in fp_exit_handler() argument 196 unsigned long ret_ip, in entry_only_handler() argument 209 unsigned long ret_ip, in fprobe_entry_multi_handler() argument 223 unsigned long ret_ip, in fprobe_exit_multi_handler() argument
|
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 394 unsigned long ret_ip, struct ftrace_regs *fregs, in trace_fprobe_entry_handler() argument 408 unsigned long ret_ip, struct ftrace_regs *fregs, in NOKPROBE_SYMBOL() 432 entry->ret_ip = ret_ip; in NOKPROBE_SYMBOL() 440 unsigned long ret_ip, struct ftrace_regs *fregs, void *entry_data) in fexit_trace_func() argument 445 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func() 487 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_perf_func() argument 513 entry->ret_ip = ret_ip; in fexit_perf_func() 522 unsigned long ret_ip, struct ftrace_regs *fregs, in fentry_dispatcher() argument 541 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_dispatcher() argument 548 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher() [all …]
|
| H A D | fprobe.c | 380 unsigned long ret_ip; in fprobe_fgraph_entry() local 422 ret_ip = ftrace_regs_get_return_address(fregs); in fprobe_fgraph_entry() 441 ret = __fprobe_kprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_fgraph_entry() 443 ret = __fprobe_handler(func, ret_ip, fp, fregs, data); in fprobe_fgraph_entry() 466 unsigned long ret_ip; in fprobe_return() local 475 ret_ip = ftrace_regs_get_instruction_pointer(fregs); in fprobe_return() 488 fp->exit_handler(fp, trace->func, ret_ip, fregs, in fprobe_return()
|
| H A D | trace_kprobe.c | 1553 entry->ret_ip = get_kretprobe_retaddr(ri); in __kretprobe_trace_func() 1617 if (!seq_print_ip_sym_offset(s, field->ret_ip, flags)) in print_kretprobe_event() 1664 DEFINE_FIELD(unsigned long, ret_ip, FIELD_STRING_RETIP, 0); in kretprobe_event_define_fields() 1748 entry->ret_ip = get_kretprobe_retaddr(ri); in kretprobe_perf_func()
|
| H A D | trace.h | 165 unsigned long ret_ip; member 176 unsigned long ret_ip; member
|
| H A D | bpf_trace.c | 2576 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_handler() argument 2590 unsigned long ret_ip, struct ftrace_regs *fregs, in kprobe_multi_link_exit_handler() argument
|
| /linux/include/linux/ |
| H A D | fprobe.h | 15 unsigned long ret_ip, struct ftrace_regs *regs, 19 unsigned long ret_ip, struct ftrace_regs *regs,
|