Home
last modified time | relevance | path

Searched refs:test_filter (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_brstack.sh186 test_filter() {
263 test_filter "any_call" "$any_call"
264 test_filter "call" "CALL|SYSCALL"
265 test_filter "cond" "COND"
266 test_filter "any_ret" "RET|COND_RET|SYSRET|ERET"
268 test_filter "call,cond" "CALL|SYSCALL|COND"
269 test_filter "any_call,cond" "$any_call|COND"
270 test_filter "any_call,cond,any_ret" "$any_call|COND|RET|COND_RET"
134 test_filter() { global() function
/linux/tools/testing/selftests/damon/
H A Dsysfs.sh125 test_filter()
165 test_filter "$filters_dir/0"
168 test_filter "$filters_dir/0"
169 test_filter "$filters_dir/1"
100 test_filter() global() function
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h53 struct test_filter { struct
60 struct test_filter *tests; argument
H A Dtesting_helpers.c82 struct test_filter *tmp, *test; in do_insert_test()
/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c2583 static int uffd_count_tests(int n_tests, int n_mems, const char *test_filter)
2588 if (!test_filter)
2593 if (test_filter && !strstr(test->name, test_filter))
2627 const char *test_filter = NULL;
2639 test_filter = optarg;
2655 if (test_filter && !strstr(test->name, test_filter))
2665 ksft_set_plan(uffd_count_tests(n_tests, n_mems, test_filter));
2667 if (!test_filter) {
1708 const char *test_filter = NULL; main() local
[all...]
/linux/tools/testing/selftests/net/can/
H A Dtest_raw_filter.c335 TEST_F(can_filters, test_filter) in TEST_F() argument