Searched refs:test_filter (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/tests/shell/ |
| H A D | test_brstack.sh | 186 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 D | sysfs.sh | 125 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 D | test_progs.h | 53 struct test_filter { struct 60 struct test_filter *tests; argument
|
| H A D | testing_helpers.c | 82 struct test_filter *tmp, *test; in do_insert_test()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-unit-tests.c | 2583 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 D | test_raw_filter.c | 335 TEST_F(can_filters, test_filter) in TEST_F() argument
|