/openbmc/linux/fs/xfs/scrub/ |
H A 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 …]
|
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 | 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()
|
/openbmc/linux/mm/kasan/ |
H A 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()
|
H A 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()
|
H A D | kasan.h | 319 unsigned long ret_ip); 642 unsigned long ret_ip);
|
/openbmc/linux/kernel/trace/ |
H A D | trace_fprobe.c | 219 unsigned long ret_ip, struct pt_regs *regs, in trace_fprobe_entry_handler() argument 233 unsigned long ret_ip, struct pt_regs *regs, in NOKPROBE_SYMBOL() 257 entry->ret_ip = ret_ip; in NOKPROBE_SYMBOL() 265 unsigned long ret_ip, struct pt_regs *regs, void *entry_data) in fexit_trace_func() argument 270 __fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data, link->file); in fexit_trace_func() 309 unsigned long ret_ip, struct pt_regs *regs, in fexit_perf_func() argument 332 entry->ret_ip = ret_ip; in fexit_perf_func() 341 unsigned long ret_ip, struct pt_regs *regs, in fentry_dispatcher() argument 358 unsigned long ret_ip, struct pt_regs *regs, in fexit_dispatcher() argument 364 fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data); in fexit_dispatcher() [all …]
|
H A 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()
|
H A D | trace_kprobe.c | 1451 entry->ret_ip = get_kretprobe_retaddr(ri); in __kretprobe_trace_func() 1515 if (!seq_print_ip_sym(s, field->ret_ip, flags | TRACE_ITER_SYM_OFFSET)) in print_kretprobe_event() 1562 DEFINE_FIELD(unsigned long, ret_ip, FIELD_STRING_RETIP, 0); in kretprobe_event_define_fields() 1646 entry->ret_ip = get_kretprobe_retaddr(ri); in kretprobe_perf_func()
|
H A D | trace.h | 160 unsigned long ret_ip; member 171 unsigned long ret_ip; member
|
H A D | bpf_trace.c | 2748 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_handler() argument 2760 unsigned long ret_ip, struct pt_regs *regs, in kprobe_multi_link_exit_handler() argument
|
/openbmc/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 pt_regs *regs, in sample_exit_handler() argument 73 unsigned long rip = ret_ip; in sample_exit_handler()
|
/openbmc/linux/lib/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A D | fprobe.h | 38 unsigned long ret_ip, struct pt_regs *regs, 41 unsigned long ret_ip, struct pt_regs *regs,
|
/openbmc/linux/Documentation/trace/ |
H A 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
|