Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_probe_tmpl.h6 static nokprobe_inline void
28 static nokprobe_inline void
60 static nokprobe_inline int
63 static nokprobe_inline int
65 static nokprobe_inline int
67 static nokprobe_inline int
70 static nokprobe_inline int
87 static nokprobe_inline int
102 static nokprobe_inline int
122 static nokprobe_inline int
[all …]
H A Dtrace_probe_kernel.h12 static nokprobe_inline int
21 static nokprobe_inline int
40 static nokprobe_inline void set_data_loc(int ret, void *dest, void *__dest, void *base) in set_data_loc()
51 static nokprobe_inline int
74 static nokprobe_inline int
101 static nokprobe_inline int
109 static nokprobe_inline int
H A 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()
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()
116 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
180 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
191 static nokprobe_inline bool trace_kprobe_is_registered(struct trace_kprobe *tk) in trace_kprobe_is_registered()
198 static nokprobe_inline
214 static nokprobe_inline struct trace_kprobe *
1448 static nokprobe_inline void in NOKPROBE_SYMBOL()
[all …]
H A Dtrace_uprobe.c126 static nokprobe_inline int
134 static nokprobe_inline int
144 static nokprobe_inline int
177 static nokprobe_inline int
184 static nokprobe_inline int
198 static nokprobe_inline int
318 static nokprobe_inline struct trace_uprobe *
H A Dtrace_probe.h67 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data()
72 static nokprobe_inline u32 update_data_loc(u32 loc, int consumed) in update_data_loc()
H A Dtrace_irqsoff.c394 static nokprobe_inline void
427 static nokprobe_inline void
H A Dtrace_fprobe.c176 static nokprobe_inline void in NOKPROBE_SYMBOL()
218 static nokprobe_inline
262 static nokprobe_inline void in NOKPROBE_SYMBOL()
H A Dtrace_eprobe.c296 static nokprobe_inline unsigned long
H A Dftrace.c7981 static nokprobe_inline void
/linux-6.15/include/linux/
H A Dkprobes.h198 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
203 static nokprobe_inline unsigned long get_kretprobe_retaddr(struct kretprobe_instance *ri) in get_kretprobe_retaddr()
218 static nokprobe_inline void *kretprobe_trampoline_addr(void) in kretprobe_trampoline_addr()
227 static nokprobe_inline
244 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
541 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline()
546 static nokprobe_inline
553 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline()
562 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline()
567 static nokprobe_inline
[all …]
/linux-6.15/include/asm-generic/
H A Dkprobes.h18 # define nokprobe_inline __always_inline macro
22 # define nokprobe_inline inline macro
/linux-6.15/arch/powerpc/lib/
H A Dsstep.c83 static nokprobe_inline int branch_taken(unsigned int instr, in branch_taken()
105 static nokprobe_inline long address_ok(struct pt_regs *regs, in address_ok()
123 static nokprobe_inline unsigned long dform_ea(unsigned int instr, in dform_ea()
236 static nokprobe_inline unsigned long max_align(unsigned long x) in max_align()
242 static nokprobe_inline unsigned long byterev_2(unsigned long x) in byterev_2()
247 static nokprobe_inline unsigned long byterev_4(unsigned long x) in byterev_4()
254 static nokprobe_inline unsigned long byterev_8(unsigned long x) in byterev_8()
260 static nokprobe_inline void do_byte_reverse(void *ptr, int nb) in do_byte_reverse()
329 static nokprobe_inline int
465 static nokprobe_inline int
[all …]
/linux-6.15/arch/powerpc/kernel/
H A Dkprobes.c195 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
208 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe()
215 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe()
222 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
/linux-6.15/arch/x86/kernel/kprobes/
H A Dcore.c109 static nokprobe_inline void
835 static nokprobe_inline void
844 static nokprobe_inline void
853 static nokprobe_inline void
987 static nokprobe_inline int kprobe_is_ss(struct kprobe_ctlblk *kcb) in kprobe_is_ss()
/linux-6.15/arch/arm/kernel/
H A Dtraps.c428 static nokprobe_inline
/linux-6.15/arch/x86/kernel/
H A Dtraps.c185 static nokprobe_inline int
/linux-6.15/arch/x86/mm/
H A Dfault.c47 static nokprobe_inline int
/linux-6.15/Documentation/trace/
H A Dkprobetrace.rst12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).