13752e453SMichael Ellermannoarg: 23752e453SMichael Ellerman $(MAKE) -C ../../ 33752e453SMichael Ellerman 43752e453SMichael Ellerman# The EBB handler is 64-bit code and everything links against it 53752e453SMichael EllermanCFLAGS += -m64 63752e453SMichael Ellerman 76faeeea4SMichael EllermanTEST_PROGS := reg_access_test event_attributes_test cycles_test \ 83752e453SMichael Ellerman cycles_with_freeze_test pmc56_overflow_test \ 93752e453SMichael Ellerman ebb_vs_cpu_event_test cpu_event_vs_ebb_test \ 103752e453SMichael Ellerman cpu_event_pinned_vs_ebb_test task_event_vs_ebb_test \ 113752e453SMichael Ellerman task_event_pinned_vs_ebb_test multi_ebb_procs_test \ 123752e453SMichael Ellerman multi_counter_test pmae_handling_test \ 133752e453SMichael Ellerman close_clears_pmcc_test instruction_count_test \ 143752e453SMichael Ellerman fork_cleanup_test ebb_on_child_test \ 153752e453SMichael Ellerman ebb_on_willing_child_test back_to_back_ebbs_test \ 16985ac68eSMichael Ellerman lost_exception_test no_handler_test \ 17985ac68eSMichael Ellerman cycles_with_mmcr2_test 183752e453SMichael Ellerman 196faeeea4SMichael Ellermanall: $(TEST_PROGS) 203752e453SMichael Ellerman 21*fcb45ec0SMichael Ellerman$(TEST_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c \ 22*fcb45ec0SMichael Ellerman ebb.c ebb_handler.S trace.c busy_loop.S 233752e453SMichael Ellerman 243752e453SMichael Ellermaninstruction_count_test: ../loop.S 253752e453SMichael Ellerman 263752e453SMichael Ellermanlost_exception_test: ../lib.c 273752e453SMichael Ellerman 286faeeea4SMichael Ellermaninclude ../../../lib.mk 293752e453SMichael Ellerman 303752e453SMichael Ellermanclean: 316faeeea4SMichael Ellerman rm -f $(TEST_PROGS) 32