Home
last modified time | relevance | path

Searched defs:event_call (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c1198 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields()
1221 static int kretprobe_event_define_fields(struct trace_event_call *event_call) in kretprobe_event_define_fields()
1534 void destroy_local_trace_kprobe(struct trace_event_call *event_call) in destroy_local_trace_kprobe()
Dtrace_uprobe.c959 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields()
1389 void destroy_local_trace_uprobe(struct trace_event_call *event_call) in destroy_local_trace_uprobe()
Dtrace_events.c74 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields()
257 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local
Dtrace.c2320 struct trace_event_call *event_call; in output_printk() local
/Linux-v4.19/include/linux/
Dtrace_events.h368 struct trace_event_call *event_call; member