Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h232 struct trace_probe_event { struct
243 struct trace_probe_event *event; argument
293 static inline struct trace_probe_event *
296 return container_of(event_call, struct trace_probe_event, call); in trace_probe_event_from_call()
302 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call()
H A Dtrace_probe.c948 static void trace_probe_event_free(struct trace_probe_event *tpe) in trace_probe_event_free()
993 size_t size = sizeof(struct trace_probe_event); in trace_probe_init()
H A Dtrace_uprobe.c410 struct trace_probe_event *tpe = orig->tp.event; in trace_uprobe_has_same_uprobe()
H A Dtrace_kprobe.c561 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe()