Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c43 struct trace_fprobe { struct
57 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() argument
59 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 …]
H A DMakefile108 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o
/openbmc/linux/
H A Dopengrok1.0.log[all...]