Lines Matching defs:tep
521 static int test_event_exists(struct tep_handle *tep, in test_event_exists()
544 static int test_field_exists(struct tep_handle *tep, in test_field_exists()
590 static int update_vars(struct tep_handle *tep, in update_vars()
709 static int update_fields(struct tep_handle *tep, in update_fields()
977 static void filter_compare_error(struct tep_handle *tep, in filter_compare_error()
1013 static void filter_error(struct tep_handle *tep, in filter_error()
1038 static int build_filter(struct tep_handle *tep, struct sqlhist_bison *sb, in build_filter()
1142 static void *field_match_error(struct tep_handle *tep, struct sqlhist_bison *sb, in field_match_error()
1173 static void *synth_init_error(struct tep_handle *tep, struct sql_table *table) in synth_init_error()
1198 static void selection_error(struct tep_handle *tep, in selection_error()
1208 static void compare_error(struct tep_handle *tep, in compare_error()
1284 static int verify_field_type(struct tep_handle *tep, in verify_field_type()
1394 static struct tracefs_synth *build_synth(struct tep_handle *tep, in build_synth()
1612 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name, in tracefs_sql()