Searched refs:test_filter (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | parse-filter.c | 1524 static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, 1785 return test_filter(event, arg->op.left, record, err) && in test_op() 1786 test_filter(event, arg->op.right, record, err); in test_op() 1789 return test_filter(event, arg->op.left, record, err) || in test_op() 1790 test_filter(event, arg->op.right, record, err); in test_op() 1793 return !test_filter(event, arg->op.right, record, err); in test_op() 1802 static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, in test_filter() function 1894 ret = test_filter(filter_type->event, filter_type->filter, record, &err); in tep_filter_match()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | utils.py | 12 def test_filter(self): member in TestPackagesFilterOutSystem
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 139 - def test_filter(self): 2055 + def test_filter(self):
|