Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h250 struct trace_probe_event { struct
261 struct trace_probe_event *event; argument
312 static inline struct trace_probe_event *
315 return container_of(event_call, struct trace_probe_event, call); in trace_probe_event_from_call()
321 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call()
A Dtrace_probe.c1962 static void trace_probe_event_free(struct trace_probe_event *tpe) in trace_probe_event_free()
2013 size_t size = sizeof(struct trace_probe_event); in trace_probe_init()
A Dtrace_fprobe.c780 struct trace_probe_event *tpe = orig->tp.event; in trace_fprobe_has_same_fprobe()
A Dtrace_uprobe.c416 struct trace_probe_event *tpe = orig->tp.event; in trace_uprobe_has_same_uprobe()
A Dtrace_kprobe.c568 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe()

Completed in 22 milliseconds