Lines Matching refs:event_call
74 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() argument
76 if (!event_call->class->get_fields) in trace_get_fields()
77 return &event_call->class->fields; in trace_get_fields()
78 return event_call->class->get_fields(event_call); in trace_get_fields()
239 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local
251 event_call->event.type, len, in trace_event_buffer_reserve()
265 struct trace_event_call *event_call; in output_printk() local
273 event_call = fbuffer->trace_file->event_call; in output_printk()
274 if (!event_call || !event_call->event.funcs || in output_printk()
275 !event_call->event.funcs->trace) in output_printk()
278 event = &fbuffer->trace_file->event_call->event; in output_printk()
283 event_call->event.funcs->trace(iter, 0, event); in output_printk()
364 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
713 call = file->event_call; in __ftrace_set_clr_event_nolock()
869 call = file->event_call; in t_next()
935 struct trace_event_call *call = file->event_call; in t_show()
1083 call = file->event_call; in system_enable_read()
2058 struct trace_event_call *call = file->event_call; in event_create_dir()
2130 if (file->event_call != call) in remove_event_from_tracers()
2150 if (file->event_call != call) in event_remove()
2336 file->event_call = call; in trace_create_new_event()
2418 if (file->event_call != call) in probe_remove_event_call()
2565 call = file->event_call; in find_event_file()
2641 data->file->event_call->class->system, in event_enable_print()
2642 trace_event_name(data->file->event_call)); in event_enable_print()
2677 module_put(data->file->event_call->mod); in event_enable_free()
2786 ret = try_module_get(file->event_call->mod); in event_enable_func()
2815 module_put(file->event_call->mod); in event_enable_func()
2865 trace_event_name(file->event_call)); in __trace_early_add_event_dirs()
3268 call = file->event_call; in event_trace_self_tests()