Searched refs:trace_kprobe (Results 1 – 2 of 2) sorted by relevance
58 struct trace_kprobe { struct71 static struct trace_kprobe *to_trace_kprobe(struct dyn_event *ev) in to_trace_kprobe() argument73 return container_of(ev, struct trace_kprobe, devent); in to_trace_kprobe()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()95 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()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()135 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy()[all …]
91 obj-$(CONFIG_KPROBE_EVENTS) += trace_kprobe.o