Lines Matching refs:event_call

645 	struct trace_event_call *event_call = trace_file->event_call;  in trace_event_buffer_reserve()  local
662 event_call->event.type, len, in trace_event_buffer_reserve()
758 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
1316 call = file->event_call; in __ftrace_set_clr_event_nolock()
1532 call = file->event_call; in t_next()
1639 struct trace_event_call *call = file->event_call; in t_show()
1846 call = file->event_call; in trace_events_enabled()
1942 struct trace_event_call *call = file->event_call; in f_next()
1975 struct trace_event_call *call = file->event_call; in f_show()
2885 struct trace_event_call *call = file->event_call; in event_callback()
2967 struct trace_event_call *call = file->event_call; in event_create_dir()
3059 if (file->event_call != call) in remove_event_from_tracers()
3079 if (file->event_call != call) in event_remove()
3408 file->event_call = call; in trace_create_new_event()
3572 if (file->event_call != call) in probe_remove_event_call()
3760 call = file->event_call; in __find_event_file()
3780 if (!file || !file->event_call->class->reg || in find_event_file()
3781 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
3834 ret = trace_event_try_get_ref(file->event_call); in trace_get_event_file()
3856 trace_event_put_ref(file->event_call); in trace_put_event_file()
3948 edata->file->event_call->class->system, in event_enable_print()
3949 trace_event_name(edata->file->event_call)); in event_enable_print()
3991 trace_event_put_ref(edata->file->event_call); in free_probe_data()
4109 ret = trace_event_try_get_ref(file->event_call); in event_enable_func()
4144 trace_event_put_ref(file->event_call); in event_enable_func()
4191 trace_event_name(file->event_call)); in __trace_early_add_event_dirs()
4626 call = file->event_call; in event_trace_self_tests()