Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_uprobe.c61 struct trace_uprobe { struct
79 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() argument
81 return container_of(ev, struct trace_uprobe, devent); in to_trace_uprobe()
94 (offsetof(struct trace_uprobe, tp.args) + \
97 static int register_uprobe_event(struct trace_uprobe *tu);
98 static int unregister_uprobe_event(struct trace_uprobe *tu);
101 struct trace_uprobe *tu;
279 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()
286 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_is_busy()
291 static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, in trace_uprobe_match_command_head()
[all …]
DMakefile84 obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o