Searched refs:ebb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | Makefile | 11 all: $(TEST_GEN_PROGS) ebb 28 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests 34 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests 40 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install 45 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean 47 ebb: 50 .PHONY: all run_tests clean ebb
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | Makefile | 11 all: $(TEST_GEN_PROGS) ebb sampling_tests event_code_tests 28 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests 38 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests 45 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install 54 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean 59 ebb: 68 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | isa207-common.c | 261 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local 277 ebb = (event >> EVENT_EBB_SHIFT) & EVENT_EBB_MASK; in isa207_get_constraint() 386 if (!pmc && ebb) in isa207_get_constraint() 391 if (!ebb) in isa207_get_constraint() 405 value |= CNST_EBB_VAL(ebb); in isa207_get_constraint()
|
H A D | core-book3s.c | 123 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument 132 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument 594 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument 598 if (!ebb) in ebb_switch_in() 641 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument 685 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround() 1346 bool ebb; in power_pmu_enable() local 1368 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable() 1465 if (ebb) in power_pmu_enable() 1488 pmao_restore_workaround(ebb); in power_pmu_enable() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | isa207-common.c | 403 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local 419 ebb = (event >> EVENT_EBB_SHIFT) & EVENT_EBB_MASK; in isa207_get_constraint() 531 if (!pmc && ebb) in isa207_get_constraint() 536 if (!ebb) in isa207_get_constraint() 550 value |= CNST_EBB_VAL(ebb); in isa207_get_constraint()
|
H A D | core-book3s.c | 128 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument 137 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument 647 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument 651 if (!ebb) in ebb_switch_in() 694 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument 738 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround() 1428 bool ebb; in power_pmu_enable() local 1450 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable() 1547 if (ebb) in power_pmu_enable() 1570 pmao_restore_workaround(ebb); in power_pmu_enable() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 33 ebb.c ebb_handler.S trace.c busy_loop.S
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 33 ebb.c ebb_handler.S trace.c busy_loop.S
|
Completed in 7 milliseconds