Searched refs:trace_uprobe (Results 1 – 2 of 2) sorted by relevance
61 struct trace_uprobe { struct78 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() argument80 return container_of(ev, struct trace_uprobe, devent); in to_trace_uprobe()93 (offsetof(struct trace_uprobe, tp.args) + \96 static int register_uprobe_event(struct trace_uprobe *tu);97 static int unregister_uprobe_event(struct trace_uprobe *tu);100 struct trace_uprobe *tu;267 trace_uprobe_get_filter(struct trace_uprobe *tu) in NOKPROBE_SYMBOL()286 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()293 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_is_busy()[all …]
84 obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o