Home
last modified time | relevance | path

Searched refs:nokprobe_inline (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/kernel/trace/
Dtrace_probe_tmpl.h6 static nokprobe_inline void
28 static nokprobe_inline void
59 static nokprobe_inline int fetch_store_strlen(unsigned long addr);
60 static nokprobe_inline int
62 static nokprobe_inline int fetch_store_strlen_user(unsigned long addr);
63 static nokprobe_inline int
65 static nokprobe_inline int
67 static nokprobe_inline int
71 static nokprobe_inline int
171 static nokprobe_inline int
[all …]
Dtrace_kprobe.c86 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
91 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
96 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
101 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
106 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
115 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
173 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
184 static nokprobe_inline bool trace_kprobe_is_registered(struct trace_kprobe *tk) in trace_kprobe_is_registered()
191 static nokprobe_inline
207 static nokprobe_inline struct trace_kprobe *
[all …]
Dtrace_uprobe.c130 static nokprobe_inline int
138 static nokprobe_inline int
148 static nokprobe_inline int
180 static nokprobe_inline int
187 static nokprobe_inline int
201 static nokprobe_inline int
322 static nokprobe_inline struct trace_uprobe *
Dtrace_probe.h64 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data()
69 static nokprobe_inline u32 update_data_loc(u32 loc, int consumed) in update_data_loc()
Dtrace_irqsoff.c369 static nokprobe_inline void
405 static nokprobe_inline void
Dftrace.c6936 static nokprobe_inline void
/Linux-v5.10/include/asm-generic/
Dkprobes.h18 # define nokprobe_inline __always_inline macro
22 # define nokprobe_inline inline macro
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c71 static nokprobe_inline unsigned long truncate_if_32bit(unsigned long msr, in truncate_if_32bit()
84 static nokprobe_inline int branch_taken(unsigned int instr, in branch_taken()
106 static nokprobe_inline long address_ok(struct pt_regs *regs, in address_ok()
124 static nokprobe_inline unsigned long dform_ea(unsigned int instr, in dform_ea()
142 static nokprobe_inline unsigned long dsform_ea(unsigned int instr, in dsform_ea()
159 static nokprobe_inline unsigned long dqform_ea(unsigned int instr, in dqform_ea()
177 static nokprobe_inline unsigned long xform_ea(unsigned int instr, in xform_ea()
196 static nokprobe_inline unsigned long mlsd_8lsd_ea(unsigned int instr, in mlsd_8lsd_ea()
237 static nokprobe_inline unsigned long max_align(unsigned long x) in max_align()
243 static nokprobe_inline unsigned long byterev_2(unsigned long x) in byterev_2()
[all …]
/Linux-v5.10/arch/x86/kernel/kprobes/
Dcore.c108 static nokprobe_inline void
537 static nokprobe_inline void
546 static nokprobe_inline void
555 static nokprobe_inline void
566 static nokprobe_inline void clear_btf(void) in clear_btf()
576 static nokprobe_inline void restore_btf(void) in restore_btf()
/Linux-v5.10/arch/powerpc/kernel/
Dkprobes.c171 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
184 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
191 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
198 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
/Linux-v5.10/include/linux/
Dkprobes.h206 static nokprobe_inline
496 static nokprobe_inline bool kprobe_page_fault(struct pt_regs *regs, in kprobe_page_fault()
/Linux-v5.10/arch/arm/kernel/
Dtraps.c428 static nokprobe_inline
/Linux-v5.10/arch/x86/kernel/
Dtraps.c99 static nokprobe_inline int
/Linux-v5.10/arch/x86/mm/
Dfault.c41 static nokprobe_inline int
/Linux-v5.10/Documentation/trace/
Dkprobetrace.rst12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).