Home
last modified time | relevance | path

Searched refs:ret_ip (Results 1 – 14 of 14) sorted by relevance

/linux/mm/kasan/
H A Dsw_tags.c76 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 Dgeneric.c177 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 Dkasan.h347 unsigned long ret_ip);
667 unsigned long ret_ip);
/linux/fs/xfs/scrub/
H A Dtrace.h301 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 Dbtree.c32 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 Dcommon.c83 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 Dfprobe_example.c52 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 Dtest_fprobe.c36 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 Dtrace_fprobe.c394 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 Dfprobe.c380 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 Dtrace_kprobe.c1553 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 Dtrace.h165 unsigned long ret_ip; member
176 unsigned long ret_ip; member
H A Dbpf_trace.c2576 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 Dfprobe.h15 unsigned long ret_ip, struct ftrace_regs *regs,
19 unsigned long ret_ip, struct ftrace_regs *regs,