Lines Matching refs:event_call

466 	struct trace_event_call *event_call = trace_file->event_call;  in trace_event_buffer_reserve()  local
483 event_call->event.type, len, in trace_event_buffer_reserve()
579 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
999 call = file->event_call; in __ftrace_set_clr_event_nolock()
1189 call = file->event_call; in t_next()
1255 struct trace_event_call *call = file->event_call; in t_show()
1422 call = file->event_call; in system_enable_read()
2380 struct trace_event_call *call = file->event_call; in event_create_dir()
2459 if (file->event_call != call) in remove_event_from_tracers()
2479 if (file->event_call != call) in event_remove()
2686 file->event_call = call; in trace_create_new_event()
2771 if (file->event_call != call) in probe_remove_event_call()
2916 call = file->event_call; in __find_event_file()
2936 if (!file || !file->event_call->class->reg || in find_event_file()
2937 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
2991 ret = trace_event_try_get_ref(file->event_call); in trace_get_event_file()
3021 trace_event_put_ref(file->event_call); in trace_put_event_file()
3113 edata->file->event_call->class->system, in event_enable_print()
3114 trace_event_name(edata->file->event_call)); in event_enable_print()
3156 trace_event_put_ref(edata->file->event_call); in free_probe_data()
3289 ret = trace_event_try_get_ref(file->event_call); in event_enable_func()
3319 trace_event_put_ref(file->event_call); in event_enable_func()
3368 trace_event_name(file->event_call)); in __trace_early_add_event_dirs()
3794 call = file->event_call; in event_trace_self_tests()