Searched refs:nokprobe_inline (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | kprobes.h | 18 # define nokprobe_inline __always_inline macro 22 # define nokprobe_inline inline macro
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 73 static nokprobe_inline unsigned long truncate_if_32bit(unsigned long msr, in truncate_if_32bit() 86 static nokprobe_inline int branch_taken(unsigned int instr, in branch_taken() 108 static nokprobe_inline long address_ok(struct pt_regs *regs, in address_ok() 126 static nokprobe_inline unsigned long dform_ea(unsigned int instr, in dform_ea() 144 static nokprobe_inline unsigned long dsform_ea(unsigned int instr, in dsform_ea() 161 static nokprobe_inline unsigned long dqform_ea(unsigned int instr, in dqform_ea() 179 static nokprobe_inline unsigned long xform_ea(unsigned int instr, in xform_ea() 198 static nokprobe_inline unsigned long max_align(unsigned long x) in max_align() 204 static nokprobe_inline unsigned long byterev_2(unsigned long x) in byterev_2() 209 static nokprobe_inline unsigned long byterev_4(unsigned long x) in byterev_4() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_probe.h | 71 static nokprobe_inline void *get_rloc_data(u32 *dl) in get_rloc_data() 77 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data() 316 static nokprobe_inline void call_fetch(struct fetch_param *fprm, in call_fetch() 359 static nokprobe_inline int 375 static nokprobe_inline void
|
D | trace_kprobe.c | 36 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() 41 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() 46 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() 51 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() 56 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() 64 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module() 69 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit() 81 static nokprobe_inline 1032 static nokprobe_inline void 1079 static nokprobe_inline void
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | kprobes.c | 173 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep() 186 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() 193 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() 200 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
|
/Linux-v4.19/arch/x86/kernel/kprobes/ |
D | core.c | 119 static nokprobe_inline void 518 static nokprobe_inline void 527 static nokprobe_inline void 536 static nokprobe_inline void 547 static nokprobe_inline void clear_btf(void) in clear_btf() 557 static nokprobe_inline void restore_btf(void) in restore_btf()
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 36 static nokprobe_inline int 45 static nokprobe_inline int kprobes_fault(struct pt_regs *regs) in kprobes_fault() 1443 static nokprobe_inline void
|
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 191 static nokprobe_inline int
|
/Linux-v4.19/arch/arm/kernel/ |
D | traps.c | 421 static nokprobe_inline
|
/Linux-v4.19/Documentation/trace/ |
D | kprobetrace.rst | 12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).
|