test_function      85 tools/perf/tests/bp_account.c 	attr_mod.bp_addr = (unsigned long) test_function;
test_function     107 tools/perf/tests/bp_account.c 	void *addr = is_x ? (void *)test_function : (void *)&the_var;
test_function     153 tools/perf/tests/bp_account.c 		fd[i] = bp_event((void *)test_function, &attr);
test_function     245 tools/perf/tests/bp_signal.c 	test_function();
test_function      85 tools/perf/tests/bp_signal_overflow.c 	pe.bp_addr = (unsigned long) test_function;
test_function     111 tools/perf/tests/bp_signal_overflow.c 		test_function();
test_function      27 tools/testing/selftests/powerpc/harness.c int run_test(int (test_function)(void), char *name)
test_function      39 tools/testing/selftests/powerpc/harness.c 		exit(test_function());
test_function     104 tools/testing/selftests/powerpc/harness.c int test_harness(int (test_function)(void), char *name)
test_function     123 tools/testing/selftests/powerpc/harness.c 	rc = run_test(test_function, name);
test_function      27 tools/testing/selftests/powerpc/include/utils.h int test_harness(int (test_function)(void), char *name);
test_function     116 tools/testing/selftests/powerpc/pmu/lib.c pid_t eat_cpu(int (test_function)(void))
test_function     143 tools/testing/selftests/powerpc/pmu/lib.c 	rc = test_function();
test_function      29 tools/testing/selftests/powerpc/pmu/lib.h extern pid_t eat_cpu(int (test_function)(void));
test_function     496 tools/testing/selftests/vm/mlock2-tests.c static int test_mlockall(int (test_function)(bool call_mlock))
test_function     505 tools/testing/selftests/vm/mlock2-tests.c 	ret = test_function(false);