Searched refs:tep_event_fields (Results 1 – 6 of 6) sorted by relevance
6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event.15 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);24 The *tep_event_fields()* function returns an array of pointers to event specific30 Both *tep_event_common_fields()* and *tep_event_fields()* functions return58 fields = tep_event_fields(event);
94 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
575 struct tep_format_field **tep_event_fields(struct tep_event *event);
1500 fields = tep_event_fields(events[i]); in trace_init_profile()
501 fields = tep_event_fields(event); in setup_trace_cpu()
7421 struct tep_format_field **tep_event_fields(struct tep_event *event) in tep_event_fields() function