Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_uprobe.c57 struct trace_uprobe { struct
74 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() argument
76 return container_of(ev, struct trace_uprobe, devent); in to_trace_uprobe()
88 static int register_uprobe_event(struct trace_uprobe *tu);
89 static int unregister_uprobe_event(struct trace_uprobe *tu);
264 static inline bool is_ret_probe(struct trace_uprobe *tu) in is_ret_probe()
271 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_is_busy()
276 static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, in trace_uprobe_match_command_head()
307 struct trace_uprobe *tu = to_trace_uprobe(ev); in trace_uprobe_match()
315 static nokprobe_inline struct trace_uprobe *
[all …]
DMakefile103 obj-$(CONFIG_UPROBE_EVENTS) += trace_uprobe.o
Dtrace_probe.h545 struct trace_uprobe *tu;