Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_kprobe.c59 struct trace_kprobe { struct
315 struct trace_kprobe *tk; in find_trace_kprobe()
340 struct trace_kprobe *tk; in __disable_trace_kprobe()
360 struct trace_kprobe *tk; in enable_trace_kprobe()
594 static int append_trace_kprobe(struct trace_kprobe *tk, struct trace_kprobe *to) in append_trace_kprobe()
698 struct trace_kprobe *tk; in trace_kprobe_module_callback()
1359 struct trace_kprobe *tk; in probes_profile_seq_show()
1492 struct trace_kprobe *tk; in trace_kprobe_entry_handler()
1745 struct trace_kprobe *tk; in bpf_get_kprobe_info()
1800 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); in kprobe_dispatcher()
[all …]
H A DMakefile91 obj-$(CONFIG_KPROBE_EVENTS) += trace_kprobe.o