Searched refs:trace_fprobe (Results 1 – 2 of 2) sorted by relevance
188 struct trace_fprobe { struct202 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument204 return container_of(ev, struct trace_fprobe, devent); in to_trace_fprobe()216 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return()221 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) in trace_fprobe_is_tracepoint()226 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) in trace_fprobe_symbol()233 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_is_busy()238 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, in trace_fprobe_match_command_head()257 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_match()268 static bool trace_fprobe_is_registered(struct trace_fprobe *tf) in trace_fprobe_is_registered()[all …]
125 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o