Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c38 return test_harness(reg_access, "reg_access"); in main()
Dclose_clears_pmcc_test.c58 return test_harness(close_clears_pmcc, "close_clears_pmcc"); in main()
Dno_handler_test.c60 return test_harness(no_handler_test,"no_handler_test"); in main()
Dfork_cleanup_test.c78 return test_harness(fork_cleanup, "fork_cleanup"); in main()
Dcycles_test.c57 return test_harness(cycles, "cycles"); in main()
Dlost_exception_test.c99 return test_harness(lost_exception, "lost_exception"); in main()
Dtask_event_vs_ebb_test.c82 return test_harness(task_event_vs_ebb, "task_event_vs_ebb"); in main()
Debb_on_child_test.c85 return test_harness(ebb_on_child, "ebb_on_child"); in main()
Dcycles_with_mmcr2_test.c90 return test_harness(cycles_with_mmcr2, "cycles_with_mmcr2"); in main()
Dcpu_event_vs_ebb_test.c88 return test_harness(cpu_event_vs_ebb, "cpu_event_vs_ebb"); in main()
Debb_on_willing_child_test.c91 return test_harness(ebb_on_willing_child, "ebb_on_willing_child"); in main()
Dpmc56_overflow_test.c92 return test_harness(pmc56_overflow, "pmc56_overflow"); in main()
Debb_vs_cpu_event_test.c85 return test_harness(ebb_vs_cpu_event, "ebb_vs_cpu_event"); in main()
Dtask_event_pinned_vs_ebb_test.c90 return test_harness(task_event_pinned_vs_ebb, "task_event_pinned_vs_ebb"); in main()
Dpmae_handling_test.c105 return test_harness(pmae_handling, "pmae_handling"); in main()
Dcpu_event_pinned_vs_ebb_test.c92 return test_harness(cpu_event_pinned_vs_ebb, "cpu_event_pinned_vs_ebb"); in main()
Dmulti_ebb_procs_test.c108 return test_harness(multi_ebb_procs, "multi_ebb_procs"); in main()
Dback_to_back_ebbs_test.c105 return test_harness(back_to_back_ebbs, "back_to_back_ebbs"); in main()
Dmulti_counter_test.c90 return test_harness(multi_counter, "multi_counter"); in main()
Dcycles_with_freeze_test.c116 return test_harness(cycles_with_freeze, "cycles_with_freeze"); in main()
Devent_attributes_test.c130 return test_harness(event_attributes, "event_attributes"); in main()
Dinstruction_count_test.c163 return test_harness(instruction_count, "instruction_count"); in main()
/linux-4.1.27/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.1.27/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.1.27/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c97 return test_harness(test_body, "tm_resched_dscr"); in main()
Dtm-syscall.c120 return test_harness(tm_syscall, "tm_syscall"); in main()
/linux-4.1.27/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c409 return test_harness(test_vphn, "test-vphn"); in main()
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c146 return test_harness(test_body, "load_unaligned_zeropad"); in main()
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c102 return test_harness(testcase, "memcmp"); in main()
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c98 return test_harness(test_copy_loop, str(COPY_LOOP)); in main()