Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c42 struct trace_fprobe { struct
326 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fentry_dispatcher()
343 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fexit_dispatcher()
373 struct trace_fprobe *tf; in alloc_trace_fprobe()
407 struct trace_fprobe *tf; in find_trace_fprobe()
426 struct trace_fprobe *tf; in __disable_trace_fprobe()
443 struct trace_fprobe *tf; in enable_trace_fprobe()
745 struct trace_fprobe *comp) in trace_fprobe_has_same_fprobe()
772 static int append_trace_fprobe(struct trace_fprobe *tf, struct trace_fprobe *to) in append_trace_fprobe()
812 struct trace_fprobe *old_tf; in register_trace_fprobe()
[all …]
H A DMakefile108 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o