Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A Dtest_brstack.sh49 test_filter() { function
69 test_filter "any_call" "CALL|IND_CALL|COND_CALL|SYSCALL|IRQ"
70 test_filter "call" "CALL|SYSCALL"
71 test_filter "cond" "COND"
72 test_filter "any_ret" "RET|COND_RET|SYSRET|ERET"
74 test_filter "call,cond" "CALL|SYSCALL|COND"
75 test_filter "any_call,cond" "CALL|IND_CALL|COND_CALL|IRQ|SYSCALL|COND"
76 test_filter "cond,any_call,any_ret" "COND|CALL|IND_CALL|COND_CALL|SYSCALL|IRQ|RET|COND_RET|SYSRET|E…
/openbmc/linux/tools/testing/selftests/damon/
H A Dsysfs.sh100 test_filter() function
122 test_filter "$filters_dir/0"
125 test_filter "$filters_dir/0"
126 test_filter "$filters_dir/1"
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1274 const char *test_filter = NULL; in main() local
1286 test_filter = optarg; in main()
1299 if (!test_filter && !list_only) { in main()
1311 if (test_filter && !strstr(test->name, test_filter)) in main()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h52 struct test_filter { struct
59 struct test_filter *tests; argument
H A Dtesting_helpers.c79 struct test_filter *tmp, *test; in do_insert_test()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dutils.py14 def test_filter(self): member in TestPackagesFilterOutSystem
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch119 - def test_filter(self):
2030 + def test_filter(self):