Home
last modified time | relevance | path

Searched refs:test_harness (Results 1 – 44 of 44) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c210 test_harness(test_anon, "subpage_prot_anon"); in main()
217 test_harness(test_file, "subpage_prot_file"); in main()
Dhugetlb_vs_thp_test.c75 return test_harness(test_main, "hugetlb_vs_thp"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/benchmarks/
Dgettimeofday.c30 return test_harness(test_gettimeofday, "gettimeofday"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c40 return test_harness(reg_access, "reg_access"); in main()
Dclose_clears_pmcc_test.c60 return test_harness(close_clears_pmcc, "close_clears_pmcc"); in main()
Dno_handler_test.c62 return test_harness(no_handler_test,"no_handler_test"); in main()
Dfork_cleanup_test.c80 return test_harness(fork_cleanup, "fork_cleanup"); in main()
Dcycles_test.c59 return test_harness(cycles, "cycles"); in main()
Dlost_exception_test.c101 return test_harness(lost_exception, "lost_exception"); in main()
Debb_on_child_test.c87 return test_harness(ebb_on_child, "ebb_on_child"); in main()
Dtask_event_vs_ebb_test.c84 return test_harness(task_event_vs_ebb, "task_event_vs_ebb"); in main()
Debb_on_willing_child_test.c93 return test_harness(ebb_on_willing_child, "ebb_on_willing_child"); in main()
Debb_vs_cpu_event_test.c87 return test_harness(ebb_vs_cpu_event, "ebb_vs_cpu_event"); in main()
Dpmae_handling_test.c107 return test_harness(pmae_handling, "pmae_handling"); in main()
Dpmc56_overflow_test.c94 return test_harness(pmc56_overflow, "pmc56_overflow"); in main()
Dcpu_event_vs_ebb_test.c90 return test_harness(cpu_event_vs_ebb, "cpu_event_vs_ebb"); in main()
Dcycles_with_mmcr2_test.c92 return test_harness(cycles_with_mmcr2, "cycles_with_mmcr2"); in main()
Dtask_event_pinned_vs_ebb_test.c92 return test_harness(task_event_pinned_vs_ebb, "task_event_pinned_vs_ebb"); in main()
Dcpu_event_pinned_vs_ebb_test.c94 return test_harness(cpu_event_pinned_vs_ebb, "cpu_event_pinned_vs_ebb"); in main()
Dmulti_ebb_procs_test.c110 return test_harness(multi_ebb_procs, "multi_ebb_procs"); in main()
Dback_to_back_ebbs_test.c107 return test_harness(back_to_back_ebbs, "back_to_back_ebbs"); in main()
Dcycles_with_freeze_test.c118 return test_harness(cycles_with_freeze, "cycles_with_freeze"); in main()
Dmulti_counter_test.c92 return test_harness(multi_counter, "multi_counter"); in main()
Devent_attributes_test.c132 return test_harness(event_attributes, "event_attributes"); in main()
Dinstruction_count_test.c165 return test_harness(instruction_count, "instruction_count"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr_user_test.c60 return test_harness(dscr_user, "dscr_user_test"); in main()
Ddscr_explicit_test.c70 return test_harness(dscr_explicit, "dscr_explicit_test"); in main()
Ddscr_sysfs_thread_test.c79 return test_harness(dscr_sysfs_thread, "dscr_sysfs_thread_test"); in main()
Ddscr_inherit_test.c94 return test_harness(dscr_inherit, "dscr_inherit_test"); in main()
Ddscr_sysfs_test.c96 return test_harness(dscr_sysfs, "dscr_sysfs_test"); in main()
Ddscr_inherit_exec_test.c116 return test_harness(dscr_inherit_exec, "dscr_inherit_exec_test"); in main()
Ddscr_default_test.c126 return test_harness(dscr_default, "dscr_default_test"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/
Dipc_unmuxed.c60 return test_harness(ipc_unmuxed, "ipc_unmuxed"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/
Dutils.h22 int test_harness(int (test_function)(void), char *name);
Dharness.c97 int test_harness(int (test_function)(void), char *name) in test_harness() function
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dl3_bank_test.c47 return test_harness(l3_bank_test, "l3_bank_test"); in main()
Dper_event_excludes.c113 return test_harness(per_event_excludes, "per_event_excludes"); in main()
Dcount_instructions.c146 return test_harness(count_instructions, "count_instructions"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c97 return test_harness(test_body, "tm_resched_dscr"); in main()
Dtm-syscall.c131 return test_harness(tm_syscall, "tm_syscall"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c409 return test_harness(test_vphn, "test-vphn"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c102 return test_harness(testcase, "memcmp"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c155 return test_harness(test_body, "load_unaligned_zeropad"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c98 return test_harness(test_copy_loop, str(COPY_LOOP)); in main()