Home
last modified time | relevance | path

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

/Linux-v5.15/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.c83 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
88 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
93 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
98 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
103 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
112 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
170 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
181 static nokprobe_inline bool trace_kprobe_is_registered(struct trace_kprobe *tk) in trace_kprobe_is_registered()
188 static nokprobe_inline
204 static nokprobe_inline struct trace_kprobe *
[all …]
Dtrace_eprobe.c375 static nokprobe_inline int in NOKPROBE_SYMBOL()
384 static nokprobe_inline int
407 static nokprobe_inline int
431 static nokprobe_inline int
459 static nokprobe_inline int
467 static nokprobe_inline int
Dtrace_uprobe.c126 static nokprobe_inline int
134 static nokprobe_inline int
144 static nokprobe_inline int
176 static nokprobe_inline int
183 static nokprobe_inline int
197 static nokprobe_inline int
319 static nokprobe_inline struct trace_uprobe *
Dtrace_probe.h65 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data()
70 static nokprobe_inline u32 update_data_loc(u32 loc, int consumed) in update_data_loc()
Dtrace_irqsoff.c370 static nokprobe_inline void
403 static nokprobe_inline void
Dftrace.c6972 static nokprobe_inline void
/Linux-v5.15/include/asm-generic/
Dkprobes.h18 # define nokprobe_inline __always_inline macro
22 # define nokprobe_inline inline macro
/Linux-v5.15/arch/powerpc/lib/
Dsstep.c75 static nokprobe_inline unsigned long truncate_if_32bit(unsigned long msr, in truncate_if_32bit()
88 static nokprobe_inline int branch_taken(unsigned int instr, in branch_taken()
110 static nokprobe_inline long address_ok(struct pt_regs *regs, in address_ok()
128 static nokprobe_inline unsigned long dform_ea(unsigned int instr, in dform_ea()
146 static nokprobe_inline unsigned long dsform_ea(unsigned int instr, in dsform_ea()
163 static nokprobe_inline unsigned long dqform_ea(unsigned int instr, in dqform_ea()
181 static nokprobe_inline unsigned long xform_ea(unsigned int instr, in xform_ea()
200 static nokprobe_inline unsigned long mlsd_8lsd_ea(unsigned int instr, in mlsd_8lsd_ea()
241 static nokprobe_inline unsigned long max_align(unsigned long x) in max_align()
247 static nokprobe_inline unsigned long byterev_2(unsigned long x) in byterev_2()
[all …]
/Linux-v5.15/arch/powerpc/kernel/
Dkprobes.c187 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
200 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
207 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
214 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
/Linux-v5.15/include/linux/
Dkprobes.h205 static nokprobe_inline
223 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
505 static nokprobe_inline bool kprobe_page_fault(struct pt_regs *regs, in kprobe_page_fault()
/Linux-v5.15/arch/x86/kernel/kprobes/
Dcore.c108 static nokprobe_inline void
462 static nokprobe_inline
777 static nokprobe_inline void
786 static nokprobe_inline void
795 static nokprobe_inline void
937 static nokprobe_inline int kprobe_is_ss(struct kprobe_ctlblk *kcb) in kprobe_is_ss()
/Linux-v5.15/arch/arm/kernel/
Dtraps.c414 static nokprobe_inline
/Linux-v5.15/arch/x86/kernel/
Dtraps.c100 static nokprobe_inline int
/Linux-v5.15/arch/x86/mm/
Dfault.c43 static nokprobe_inline int
/Linux-v5.15/Documentation/trace/
Dkprobetrace.rst12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).