Home
last modified time | relevance | path

Searched refs:ebb (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
DMakefile11 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: target
50 .PHONY: all run_tests clean ebb
/kernel/linux/linux-5.10/arch/powerpc/perf/
Disa207-common.c261 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()
Dcore-book3s.c123 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()
1347 bool ebb; in power_pmu_enable() local
1369 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()
1466 if (ebb) in power_pmu_enable()
1489 pmao_restore_workaround(ebb); in power_pmu_enable()
[all …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dindex.rst28 pmu-ebb
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile33 ebb.c ebb_handler.S trace.c busy_loop.S