Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_kprobe.c1337 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields()
1352 static int kretprobe_event_define_fields(struct trace_event_call *event_call) in kretprobe_event_define_fields()
1630 void destroy_local_trace_kprobe(struct trace_event_call *event_call) in destroy_local_trace_kprobe()
Dtrace_uprobe.c1177 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields()
1619 void destroy_local_trace_uprobe(struct trace_event_call *event_call) in destroy_local_trace_uprobe()
Dtrace_probe.c920 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields()
Dtrace_probe.h289 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
Dtrace_events.c250 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local
Dtrace.c2528 struct trace_event_call *event_call; in output_printk() local