Searched refs:test_field_exists (Results 1 – 1 of 1) sorted by relevance
| /external/libtracefs/src/ |
| D | tracefs-sqlhist.c | 589 static int test_field_exists(struct tep_handle *tep, in test_field_exists() function 761 if (test_field_exists(tep, sb, expr)) in update_vars() 1037 static int test_field_exists(struct tep_handle *tep, struct sqlhist_bison *sb, 1060 if (test_field_exists(tep, sb, expr)) in filter_compare_error() 1062 if (test_field_exists(tep, sb, expr)) in filter_compare_error() 1219 if (test_field_exists(tep, sb, match->lval)) in field_match_error() 1221 if (test_field_exists(tep, sb, match->rval)) in field_match_error() 1268 test_field_exists(tep, sb, expr); in selection_error() 1295 if (test_field_exists(tep, sb, compare->lval)) in compare_error() 1297 if (test_field_exists(tep, sb, compare->rval)) in compare_error()
|