Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A 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 …]
H A Dtrace_kprobe.c87 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
92 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
97 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
102 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
107 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()
174 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
185 static nokprobe_inline bool trace_kprobe_is_registered(struct trace_kprobe *tk) in trace_kprobe_is_registered()
192 static nokprobe_inline
208 static nokprobe_inline struct trace_kprobe *
[all …]
H A 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 *
H A 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()
H A Dtrace_irqsoff.c369 static nokprobe_inline void
405 static nokprobe_inline void
H A Dftrace.c6985 static nokprobe_inline void
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A 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 …]
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dkprobes.h18 # define nokprobe_inline __always_inline macro
22 # define nokprobe_inline inline macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c108 static nokprobe_inline void
544 static nokprobe_inline void
553 static nokprobe_inline void
562 static nokprobe_inline void
573 static nokprobe_inline void clear_btf(void) in clear_btf()
583 static nokprobe_inline void restore_btf(void) in restore_btf()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkprobes.h208 static nokprobe_inline
498 static nokprobe_inline bool kprobe_page_fault(struct pt_regs *regs, in kprobe_page_fault()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h567 # define nokprobe_inline __always_inline macro
570 # define nokprobe_inline inline macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h554 # define nokprobe_inline __always_inline macro
557 # define nokprobe_inline inline macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c99 static nokprobe_inline int
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c429 static nokprobe_inline
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c42 static nokprobe_inline int
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dkprobetrace.rst12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).