Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/
H A Dtest_brstack.sh70 test_filter() { function
104 test_filter "any_call" "CALL|IND_CALL|COND_CALL|SYSCALL|IRQ"
105 test_filter "call" "CALL|SYSCALL"
106 test_filter "cond" "COND"
107 test_filter "any_ret" "RET|COND_RET|SYSRET|ERET"
109 test_filter "call,cond" "CALL|SYSCALL|COND"
110 test_filter "any_call,cond" "CALL|IND_CALL|COND_CALL|IRQ|SYSCALL|COND"
111 test_filter "cond,any_call,any_ret" "COND|CALL|IND_CALL|COND_CALL|SYSCALL|IRQ|RET|COND_RET|SYSRET|E…
/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1700 const char *test_filter = NULL; in main() local
1712 test_filter = optarg; in main()
1725 if (!test_filter && !list_only) { in main()
1737 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
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c80 struct test_filter *tmp, *test; in do_insert_test()