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()
257 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() local
277 event_call->event.type, len, in trace_event_buffer_reserve()
372 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
750 call = file->event_call; in __ftrace_set_clr_event_nolock()
912 call = file->event_call; in t_next()
978 struct trace_event_call *call = file->event_call; in t_show()
1113 call = file->event_call; in system_enable_read()
1962 struct trace_event_call *call = file->event_call; in event_create_dir()
2040 if (file->event_call != call) in remove_event_from_tracers()
2060 if (file->event_call != call) in event_remove()
2264 file->event_call = call; in trace_create_new_event()
2346 if (file->event_call != call) in probe_remove_event_call()
2489 call = file->event_call; in __find_event_file()
2509 if (!file || !file->event_call->class->reg || in find_event_file()
2510 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
2601 edata->file->event_call->class->system, in event_enable_print()
2602 trace_event_name(edata->file->event_call)); in event_enable_print()
2644 module_put(edata->file->event_call->mod); in free_probe_data()
2777 ret = try_module_get(file->event_call->mod); in event_enable_func()
2807 module_put(file->event_call->mod); in event_enable_func()
2857 trace_event_name(file->event_call)); in __trace_early_add_event_dirs()
3269 call = file->event_call; in event_trace_self_tests()