Searched refs:get_fields (Results 1 – 2 of 2) sorted by relevance
284 struct list_head *(*get_fields)(struct trace_event_call *); member451 if (!event_call->class->get_fields) in trace_get_fields()453 return event_call->class->get_fields(event_call); in trace_get_fields()
505 .get_fields = syscall_get_enter_fields,