Searched refs:trace_fprobe (Results 1 – 3 of 3) sorted by relevance
43 struct trace_fprobe { struct57 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument59 return container_of(ev, struct trace_fprobe, devent); in to_trace_fprobe()71 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return()76 static bool trace_fprobe_is_tracepoint(struct trace_fprobe *tf) in trace_fprobe_is_tracepoint()81 static const char *trace_fprobe_symbol(struct trace_fprobe *tf) in trace_fprobe_symbol()88 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_is_busy()93 static bool trace_fprobe_match_command_head(struct trace_fprobe *tf, in trace_fprobe_match_command_head()112 struct trace_fprobe *tf = to_trace_fprobe(ev); in trace_fprobe_match()123 static bool trace_fprobe_is_registered(struct trace_fprobe *tf) in trace_fprobe_is_registered()[all …]
108 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o
[all...]