Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_fprobe.c44 struct trace_fprobe { struct
253 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in trace_fprobe_entry_handler()
381 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fentry_dispatcher()
399 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp); in fexit_dispatcher()
463 struct trace_fprobe *tf; in find_trace_fprobe()
482 struct trace_fprobe *tf; in __disable_trace_fprobe()
499 struct trace_fprobe *tf; in enable_trace_fprobe()
813 struct trace_fprobe *comp) in trace_fprobe_has_same_fprobe()
840 static int append_trace_fprobe(struct trace_fprobe *tf, struct trace_fprobe *to) in append_trace_fprobe()
880 struct trace_fprobe *old_tf; in register_trace_fprobe()
[all …]
H A DMakefile108 obj-$(CONFIG_FPROBE_EVENTS) += trace_fprobe.o