Home
last modified time | relevance | path

Searched refs:test_arg (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/
Dparse-filter.c803 static int test_arg(struct tep_filter_arg *parent, struct tep_filter_arg *arg, in test_arg() function
821 lval = test_arg(arg, arg->exp.left, error_str); in test_arg()
824 rval = test_arg(arg, arg->exp.right, error_str); in test_arg()
830 lval = test_arg(arg, arg->num.left, error_str); in test_arg()
833 rval = test_arg(arg, arg->num.right, error_str); in test_arg()
840 lval = test_arg(arg, arg->op.left, error_str); in test_arg()
847 rval = test_arg(arg, arg->op.right, error_str); in test_arg()
857 rval = test_arg(arg, arg->op.right, error_str); in test_arg()
869 rval = test_arg(arg, arg->op.right, error_str); in test_arg()
908 ret = test_arg(arg, arg, error_str); in collapse_tree()
/linux-6.1.9/arch/arm/probes/kprobes/
Dtest-core.c995 static struct test_arg *current_args;
1101 struct test_arg *args; in setup_test_context()
1216 struct test_arg *args; in test_after_pre_handler()
1318 struct test_arg *args; in kprobes_test_case_start()
1323 args = (struct test_arg *)title; in kprobes_test_case_start()
Dtest-core.h56 struct test_arg { struct