Lines Matching refs:tep_event
46 struct tep_event;
50 struct tep_event *event,
133 struct tep_event *event;
270 struct tep_event { struct
449 struct tep_event *tep_get_event(struct tep_handle *tep, int index);
470 struct tep_event **eventp,
474 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event,
478 int tep_get_field_val(struct trace_seq *s, struct tep_event *event,
481 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event,
484 int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event,
489 struct tep_event *event, const char *name,
493 struct tep_event *event, const char *name,
514 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name);
515 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
516 struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name);
525 struct tep_event *tep_get_first_event(struct tep_handle *tep);
527 struct tep_event *tep_find_event(struct tep_handle *tep, int id);
529 struct tep_event *
531 struct tep_event *
547 int size __maybe_unused, struct tep_event *event);
551 struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type);
552 struct tep_event **tep_list_events_copy(struct tep_handle *tep,
554 struct tep_format_field **tep_event_common_fields(struct tep_event *event);
555 struct tep_format_field **tep_event_fields(struct tep_event *event);
704 struct tep_event *event;