Lines Matching refs:tep_event
60 struct tep_event;
64 struct tep_event *event,
146 struct tep_event *event;
280 struct tep_event { struct
444 struct tep_event *tep_get_event(struct tep_handle *tep, int index);
465 struct tep_event **eventp,
469 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event,
473 int tep_get_field_val(struct trace_seq *s, struct tep_event *event,
476 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event,
479 int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event,
484 struct tep_event *event, const char *name,
488 struct tep_event *event, const char *name,
509 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name);
510 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
511 struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name);
520 struct tep_event *tep_get_first_event(struct tep_handle *tep);
522 struct tep_event *tep_find_event(struct tep_handle *tep, int id);
524 struct tep_event *
526 struct tep_event *
542 int size __maybe_unused, struct tep_event *event);
546 struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type);
547 struct tep_event **tep_list_events_copy(struct tep_handle *tep,
549 struct tep_format_field **tep_event_common_fields(struct tep_event *event);
550 struct tep_format_field **tep_event_fields(struct tep_event *event);
707 struct tep_event *event;