Searched refs:test_filter (Results 1 – 6 of 6) sorted by relevance
134 test_filter() { function192 test_filter "any_call" "$any_call"193 test_filter "call" "CALL|SYSCALL"194 test_filter "cond" "COND"195 test_filter "any_ret" "RET|COND_RET|SYSRET|ERET"197 test_filter "call,cond" "CALL|SYSCALL|COND"198 test_filter "any_call,cond" "$any_call|COND"199 test_filter "any_call,cond,any_ret" "$any_call|COND|RET|COND_RET"
102 test_filter()124 test_filter "$filters_dir/0"127 test_filter "$filters_dir/0"128 test_filter "$filters_dir/1"100 test_filter() global() function
53 struct test_filter {60 struct test_filter *tests;52 struct test_filter { global() struct 59 subtest_cnttest_filter global() argument
80 struct test_filter *tmp, *test; in do_insert_test()
1708 const char *test_filter = NULL; in main() local1720 test_filter = optarg; in main()1733 if (!test_filter && !list_only) { in main()1745 if (test_filter && !strstr(test->name, test_filter)) in main()
335 TEST_F(can_filters, test_filter) in TEST_F() argument