Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_fprobe.c188 struct trace_fprobe { struct
202 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument
204 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 …]
H A DMakefile125 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o