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