Searched refs:nokprobe_inline (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_probe_tmpl.h | 6 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 D | trace_probe_kernel.h | 12 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 D | trace_kprobe.c | 86 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 D | trace_uprobe.c | 126 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 D | trace_probe.h | 67 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 D | trace_irqsoff.c | 394 static nokprobe_inline void 427 static nokprobe_inline void
|
| H A D | trace_fprobe.c | 176 static nokprobe_inline void in NOKPROBE_SYMBOL() 218 static nokprobe_inline 262 static nokprobe_inline void in NOKPROBE_SYMBOL()
|
| H A D | trace_eprobe.c | 296 static nokprobe_inline unsigned long
|
| H A D | ftrace.c | 7981 static nokprobe_inline void
|
| /linux-6.15/include/linux/ |
| H A D | kprobes.h | 198 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 D | kprobes.h | 18 # define nokprobe_inline __always_inline macro 22 # define nokprobe_inline inline macro
|
| /linux-6.15/arch/powerpc/lib/ |
| H A D | sstep.c | 83 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 D | kprobes.c | 195 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 D | core.c | 109 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 D | traps.c | 428 static nokprobe_inline
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | traps.c | 185 static nokprobe_inline int
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 47 static nokprobe_inline int
|
| /linux-6.15/Documentation/trace/ |
| H A D | kprobetrace.rst | 12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).
|