Searched refs:test_filter (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/tests/shell/ |
D | test_brstack.sh | 88 test_filter() { function 111 test_filter "any_call" "CALL|IND_CALL|COND_CALL|SYSCALL|IRQ" 112 test_filter "call" "CALL|SYSCALL" 113 test_filter "cond" "COND" 114 test_filter "any_ret" "RET|COND_RET|SYSRET|ERET" 116 test_filter "call,cond" "CALL|SYSCALL|COND" 117 test_filter "any_call,cond" "CALL|IND_CALL|COND_CALL|IRQ|SYSCALL|COND" 118 test_filter "cond,any_call,any_ret" "COND|CALL|IND_CALL|COND_CALL|SYSCALL|IRQ|RET|COND_RET|SYSRET|E…
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_progs.h | 49 struct test_filter { struct 56 struct test_filter *tests; argument
|
D | testing_helpers.c | 78 struct test_filter *tmp, *tests = NULL; in parse_test_list()
|
/linux-6.1.9/tools/lib/traceevent/ |
D | parse-filter.c | 1524 static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, 1788 return test_filter(event, arg->op.left, record, err) && in test_op() 1789 test_filter(event, arg->op.right, record, err); in test_op() 1792 return test_filter(event, arg->op.left, record, err) || in test_op() 1793 test_filter(event, arg->op.right, record, err); in test_op() 1796 return !test_filter(event, arg->op.right, record, err); in test_op() 1805 static int test_filter(struct tep_event *event, struct tep_filter_arg *arg, in test_filter() function 1897 ret = test_filter(filter_type->event, filter_type->filter, record, &err); in tep_filter_match()
|