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.sh134 test_filter() { function
192 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"
/linux/tools/testing/selftests/damon/
H A Dsysfs.sh102 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
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h53 struct test_filter {
60 struct test_filter *tests;
52 struct test_filter { global() struct
59 subtest_cnttest_filter global() argument
H A Dtesting_helpers.c80 struct test_filter *tmp, *test; in do_insert_test()
/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1708 const char *test_filter = NULL; in main() local
1720 test_filter = optarg; in main()
1733 if (!test_filter && !list_only) { in main()
1745 if (test_filter && !strstr(test->name, test_filter)) in main()
/linux/tools/testing/selftests/net/can/
H A Dtest_raw_filter.c335 TEST_F(can_filters, test_filter) in TEST_F() argument