Searched refs:test_arg (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/lib/traceevent/ | 
| D | parse-filter.c | 808 static int test_arg(struct tep_filter_arg *parent, struct tep_filter_arg *arg,  in test_arg()  function826 		lval = test_arg(arg, arg->exp.left, error_str);  in test_arg()
 829 		rval = test_arg(arg, arg->exp.right, error_str);  in test_arg()
 835 		lval = test_arg(arg, arg->num.left, error_str);  in test_arg()
 838 		rval = test_arg(arg, arg->num.right, error_str);  in test_arg()
 845 			lval = test_arg(arg, arg->op.left, error_str);  in test_arg()
 852 				rval = test_arg(arg, arg->op.right, error_str);  in test_arg()
 862 				rval = test_arg(arg, arg->op.right, error_str);  in test_arg()
 874 		rval = test_arg(arg, arg->op.right, error_str);  in test_arg()
 913 	ret = test_arg(arg, arg, error_str);  in collapse_tree()
 
 | 
| /Linux-v5.4/arch/arm/probes/kprobes/ | 
| D | test-core.c | 995 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()
 
 | 
| D | test-core.h | 56 struct test_arg {  struct
 |