Searched refs:get_fields (Results 1 – 3 of 3) sorted by relevance
213 struct list_head *(*get_fields)(struct trace_event_call *); member
501 .get_fields = syscall_get_enter_fields,
76 if (!event_call->class->get_fields) in trace_get_fields()78 return event_call->class->get_fields(event_call); in trace_get_fields()