Home
last modified time | relevance | path

Searched refs:trace_uprobe (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace_uprobe.c42 struct trace_uprobe { struct
55 (offsetof(struct trace_uprobe, tp.args) + \ argument
58 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 …]
DMakefile82 obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o