Home
last modified time | relevance | path

Searched refs:trace_probe_event (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/trace/
Dtrace_probe.h227 struct trace_probe_event { struct
237 struct trace_probe_event *event; argument
287 static inline struct trace_probe_event *
290 return container_of(event_call, struct trace_probe_event, call); in trace_probe_event_from_call()
296 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call()
Dtrace_probe.c945 static void trace_probe_event_free(struct trace_probe_event *tpe) in trace_probe_event_free()
995 tp->event = kzalloc(sizeof(struct trace_probe_event), GFP_KERNEL); in trace_probe_init()
Dtrace_uprobe.c417 struct trace_probe_event *tpe = orig->tp.event; in trace_uprobe_has_same_uprobe()
Dtrace_kprobe.c539 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe()