Searched refs:trace_uprobe (Results 1 – 2 of 2) sorted by relevance
52 struct trace_uprobe { struct64 (offsetof(struct trace_uprobe, tp.args) + \ argument67 static int register_uprobe_event(struct trace_uprobe *tu);68 static int unregister_uprobe_event(struct trace_uprobe *tu);74 struct trace_uprobe *tu;230 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()238 static struct trace_uprobe *241 struct trace_uprobe *tu; in alloc_trace_uprobe()277 static void free_trace_uprobe(struct trace_uprobe *tu) in free_trace_uprobe()291 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()[all …]
66 obj-$(CONFIG_UPROBE_EVENT) += trace_uprobe.o