Home
last modified time | relevance | path

Searched refs:dyn_event_init (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/kernel/trace/
Dtrace_dynevent.h69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init() function
Dtrace_eprobe.c227 dyn_event_init(&ep->devent, &eprobe_dyn_event_ops); in alloc_event_probe()
Dtrace_fprobe.c417 dyn_event_init(&tf->devent, &trace_fprobe_ops); in alloc_trace_fprobe()
Dtrace_uprobe.c351 dyn_event_init(&tu->devent, &trace_uprobe_ops); in alloc_trace_uprobe()
Dtrace_kprobe.c304 dyn_event_init(&tk->devent, &trace_kprobe_ops); in alloc_trace_kprobe()
Dtrace_events_synth.c984 dyn_event_init(&event->devent, &synth_event_ops); in alloc_synth_event()
Dtrace_events_user.c2185 dyn_event_init(&user->devent, &user_event_dops); in user_event_parse()