Searched refs:test_arg (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-filter.c | 807 static int test_arg(struct filter_arg *parent, struct filter_arg *arg, in test_arg() function 825 lval = test_arg(arg, arg->exp.left, error_str); in test_arg() 828 rval = test_arg(arg, arg->exp.right, error_str); in test_arg() 834 lval = test_arg(arg, arg->num.left, error_str); in test_arg() 837 rval = test_arg(arg, arg->num.right, error_str); in test_arg() 844 lval = test_arg(arg, arg->op.left, error_str); in test_arg() 851 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 861 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 873 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 912 ret = test_arg(arg, arg, error_str); in collapse_tree()
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | test-core.c | 998 static struct test_arg *current_args; 1104 struct test_arg *args; in setup_test_context() 1219 struct test_arg *args; in test_after_pre_handler() 1321 struct test_arg *args; in kprobes_test_case_start() 1326 args = (struct test_arg *)title; in kprobes_test_case_start()
|
D | test-core.h | 59 struct test_arg { struct
|