Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_fprobe.c42 struct trace_fprobe { struct
56 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument
58 return container_of(ev, struct trace_fprobe, devent); in to_trace_fprobe()
70 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return()
75 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) in trace_fprobe_is_tracepoint()
80 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) in trace_fprobe_symbol()
87 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_is_busy()
92 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, in trace_fprobe_match_command_head()
111 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_match()
122 static bool trace_fprobe_is_registered(struct trace_fprobe *tf) in trace_fprobe_is_registered()
[all …]
DMakefile108 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o