Lines Matching refs:event_call
255 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local
275 event_call->event.type, len, in trace_event_buffer_reserve()
371 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
791 call = file->event_call; in __ftrace_set_clr_event_nolock()
981 call = file->event_call; in t_next()
1047 struct trace_event_call *call = file->event_call; in t_show()
1214 call = file->event_call; in system_enable_read()
2167 struct trace_event_call *call = file->event_call; in event_create_dir()
2246 if (file->event_call != call) in remove_event_from_tracers()
2266 if (file->event_call != call) in event_remove()
2470 file->event_call = call; in trace_create_new_event()
2555 if (file->event_call != call) in probe_remove_event_call()
2698 call = file->event_call; in __find_event_file()
2718 if (!file || !file->event_call->class->reg || in find_event_file()
2719 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
2773 ret = try_module_get(file->event_call->mod); in trace_get_event_file()
2803 module_put(file->event_call->mod); in trace_put_event_file()
2895 edata->file->event_call->class->system, in event_enable_print()
2896 trace_event_name(edata->file->event_call)); in event_enable_print()
2938 module_put(edata->file->event_call->mod); in free_probe_data()
3071 ret = try_module_get(file->event_call->mod); in event_enable_func()
3101 module_put(file->event_call->mod); in event_enable_func()
3150 trace_event_name(file->event_call)); in __trace_early_add_event_dirs()
3575 call = file->event_call; in event_trace_self_tests()