Lines Matching defs:tep
566 static int test_event_exists(struct tep_handle *tep, in test_event_exists()
589 static int test_field_exists(struct tep_handle *tep, in test_field_exists()
636 static int update_vars(struct tep_handle *tep, in update_vars()
772 static int update_fields(struct tep_handle *tep, in update_fields()
1040 static void filter_compare_error(struct tep_handle *tep, in filter_compare_error()
1076 static void filter_error(struct tep_handle *tep, in filter_error()
1101 static int build_filter(struct tep_handle *tep, struct sqlhist_bison *sb, in build_filter()
1205 static void *field_match_error(struct tep_handle *tep, struct sqlhist_bison *sb, in field_match_error()
1236 static void *synth_init_error(struct tep_handle *tep, struct sql_table *table) in synth_init_error()
1261 static void selection_error(struct tep_handle *tep, in selection_error()
1271 static void compare_error(struct tep_handle *tep, in compare_error()
1347 static int verify_field_type(struct tep_handle *tep, in verify_field_type()
1457 static struct tracefs_synth *build_synth(struct tep_handle *tep, in build_synth()
1675 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name, in tracefs_sql()