Searched refs:get_fields (Results 1 – 3 of 3) sorted by relevance
145 struct list_head *(*get_fields)(struct ftrace_event_call *); member
42 if (!event_call->class->get_fields) in trace_get_fields()44 return event_call->class->get_fields(event_call); in trace_get_fields()
46 .get_fields = syscall_get_enter_fields,