Searched refs:nokprobe_inline (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
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 …]
|
A D | trace_probe_kernel.h | 14 static nokprobe_inline int 31 static nokprobe_inline int 51 static nokprobe_inline void set_data_loc(int ret, void *dest, void *__dest, void *base, int len) in set_data_loc() 65 static nokprobe_inline int 88 static nokprobe_inline int 115 static nokprobe_inline int 123 static nokprobe_inline int
|
A D | trace_kprobe.c | 85 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() 90 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() 100 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() 105 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() 114 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 * 1265 static nokprobe_inline void in NOKPROBE_SYMBOL() [all …]
|
A D | trace_uprobe.c | 128 static nokprobe_inline int 136 static nokprobe_inline int 146 static nokprobe_inline int 178 static nokprobe_inline int 185 static nokprobe_inline int 199 static nokprobe_inline int 319 static nokprobe_inline struct trace_uprobe *
|
A D | trace_probe.h | 64 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()
|
A D | trace_irqsoff.c | 370 static nokprobe_inline void 403 static nokprobe_inline void
|
A D | trace_eprobe.c | 323 static nokprobe_inline unsigned long
|
A D | ftrace.c | 7629 static nokprobe_inline void
|
/linux-6.3-rc2/include/linux/ |
A D | kprobes.h | 203 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe() 210 static nokprobe_inline unsigned long get_kretprobe_retaddr(struct kretprobe_instance *ri) in get_kretprobe_retaddr() 225 static nokprobe_inline void *kretprobe_trampoline_addr(void) in kretprobe_trampoline_addr() 234 static nokprobe_inline 251 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe() 549 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline() 554 static nokprobe_inline 561 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline() 570 static nokprobe_inline bool is_kretprobe_trampoline(unsigned long addr) in is_kretprobe_trampoline() 575 static nokprobe_inline [all …]
|
/linux-6.3-rc2/include/asm-generic/ |
A D | kprobes.h | 18 # define nokprobe_inline __always_inline macro 22 # define nokprobe_inline inline macro
|
/linux-6.3-rc2/arch/powerpc/lib/ |
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.3-rc2/arch/powerpc/kernel/ |
A D | kprobes.c | 211 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep() 224 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() 231 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() 238 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
|
/linux-6.3-rc2/arch/x86/kernel/kprobes/ |
A D | core.c | 108 static nokprobe_inline void 762 static nokprobe_inline void 771 static nokprobe_inline void 780 static nokprobe_inline void 914 static nokprobe_inline int kprobe_is_ss(struct kprobe_ctlblk *kcb) in kprobe_is_ss()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | traps.c | 434 static nokprobe_inline
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | traps.c | 104 static nokprobe_inline int
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 44 static nokprobe_inline int
|
/linux-6.3-rc2/Documentation/trace/ |
A D | kprobetrace.rst | 12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).
|
Completed in 422 milliseconds