Searched refs:test_arg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 816 static int test_arg(struct filter_arg *parent, struct filter_arg *arg, in test_arg() function 834 lval = test_arg(arg, arg->exp.left, error_str); in test_arg() 837 rval = test_arg(arg, arg->exp.right, error_str); in test_arg() 843 lval = test_arg(arg, arg->num.left, error_str); in test_arg() 846 rval = test_arg(arg, arg->num.right, error_str); in test_arg() 853 lval = test_arg(arg, arg->op.left, error_str); in test_arg() 860 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 870 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 882 rval = test_arg(arg, arg->op.right, error_str); in test_arg() 921 ret = test_arg(arg, arg, error_str); in collapse_tree()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | test-core.c | 1048 static struct test_arg *current_args; 1154 struct test_arg *args; in setup_test_context() 1269 struct test_arg *args; in test_after_pre_handler() 1371 struct test_arg *args; in kprobes_test_case_start() 1376 args = (struct test_arg *)title; in kprobes_test_case_start()
|
D | test-core.h | 59 struct test_arg { struct
|