Lines Matching defs:tep_event
46 struct tep_event;
50 struct tep_event *event,
132 struct tep_event *event;
269 struct tep_event {
448 struct tep_event *tep_get_event(struct tep_handle *tep, int index);
469 struct tep_event **eventp,
473 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event,
477 int tep_get_field_val(struct trace_seq *s, struct tep_event *event,
480 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event,
483 int tep_get_any_field_val(struct trace_seq *s, struct tep_event *event,
488 struct tep_event *event, const char *name,
492 struct tep_event *event, const char *name,
513 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name);
514 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
515 struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name);
524 struct tep_event *tep_get_first_event(struct tep_handle *tep);
526 struct tep_event *tep_find_event(struct tep_handle *tep, int id);
528 struct tep_event *
530 struct tep_event *
546 int size __maybe_unused, struct tep_event *event);
550 struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type);
551 struct tep_event **tep_list_events_copy(struct tep_handle *tep,
553 struct tep_format_field **tep_event_common_fields(struct tep_event *event);
554 struct tep_format_field **tep_event_fields(struct tep_event *event);
703 struct tep_event *event;