Searched refs:trace_uprobe (Results 1 – 2 of 2) sorted by relevance
42 struct trace_uprobe { struct55 (offsetof(struct trace_uprobe, tp.args) + \ argument58 static int register_uprobe_event(struct trace_uprobe *tu);59 static int unregister_uprobe_event(struct trace_uprobe *tu);65 struct trace_uprobe *tu;227 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()235 static struct trace_uprobe *238 struct trace_uprobe *tu; in alloc_trace_uprobe()274 static void free_trace_uprobe(struct trace_uprobe *tu) in free_trace_uprobe()288 static struct trace_uprobe *find_probe_event(const char *event, const char *group) in find_probe_event()[all …]
82 obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o